• S sverchok
  • Информация о проекте
    • Информация о проекте
    • Активность
    • Метки
    • Участники
  • Репозиторий
    • Репозиторий
    • Файлы
    • Коммиты
    • Ветки
    • Теги
    • Участники
    • Диаграмма
    • Сравнение
  • Задачи 148
    • Задачи 148
    • Список
    • Доски
    • Спринты
  • Запросы на слияние 21
    • Запросы на слияние 21
  • CI/CD
    • CI/CD
    • Конвейеры
    • Задания
    • Расписания
  • Развертывания
    • Развертывания
    • Окружения
    • Релизы
  • Пакеты и реестры
    • Пакеты и реестры
    • Реестр пакетов
    • Реестр контейнеров
  • Мониторинг
    • Мониторинг
    • Инциденты
  • Аналитика
    • Аналитика
    • Поток ценности
    • CI/CD
    • Репозиторий
  • Wiki
    • Wiki
  • Сниппеты
    • Сниппеты
  • Активность
  • Диаграмма
  • Создать новую задачу
  • Задания
  • Коммиты
  • Доски с задачами
Свернуть панель
  • nikitronn
  • sverchok
  • Wiki
  • Non standard Python modules installation

Non standard Python modules installation · Изменения

История страницы
Updated Non standard Python modules installation (markdown) создал Окт 15, 2019 по автору Ilya V. Portnov's avatar Ilya V. Portnov
Скрыть пробелы
Построчно Рядом
Non-standard-Python-modules-installation.md
Просмотреть страницу @328ec290
This page describes a way to install a python package, which is not included into standard Blender's distribution, to be usable from Blender and from Sverchok. This page describes a way to install a python package, which is not included into standard Blender's distribution, to be usable from Blender and from Sverchok.
Sverchok itself does not use any non-standard Python modules, to be easily installable into any blender installation. Some scripted nodes that are provided as examples within Sverchok distribution, however, do use such modules. You may want to install such modules if you wish to develop some non-standard / scripted node by yourself.
You may be interested in a discussion of different modules that may provide some useful functionality - please see issue #2152.
# Install pip # Install pip
* Download get-pip.py script. I took it from https://bootstrap.pypa.io/get-pip.py, the correct link should be in documentation https://pip.pypa.io/en/stable/installing/ . * Download get-pip.py script. I took it from https://bootstrap.pypa.io/get-pip.py, the correct link should be in documentation https://pip.pypa.io/en/stable/installing/ .
......
Клонировать репозиторий
  • For Users:
    • Profile Node Examples
    • Set up GitHub account for exporting node trees from Sverchok
    • Custom Defaults
  • For Developers:
    • Macros
    • Contributing
      • Git practices
    • Sverchok Node Tutorial
      • High-level node howto
      • Details