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

Dependencies · Изменения

История страницы
Updated Dependencies (markdown) создал Мар 21, 2021 по автору nikitron's avatar nikitron
Показать
Построчно Рядом
Dependencies.md
Просмотреть страницу @7b8b8d46
...@@ -32,7 +32,7 @@ support. ...@@ -32,7 +32,7 @@ support.
All commands provided in this document are for Linux-based systems. For Windows All commands provided in this document are for Linux-based systems. For Windows
and MacOS, commands may differ a bit, but the general idea will be the same. and MacOS, commands may differ a bit, but the general idea will be the same.
## Install pip # Install pip
In some cases, it may appear that Blender's python already knows about your In some cases, it may appear that Blender's python already knows about your
system's installation of python (python is usually installed by default on most system's installation of python (python is usually installed by default on most
...@@ -63,7 +63,7 @@ If, for some reason, Option 1 does not work for you (on some system Python says ...@@ -63,7 +63,7 @@ If, for some reason, Option 1 does not work for you (on some system Python says
Please refer to [official pip site][14] for official installation instructions. Please refer to [official pip site][14] for official installation instructions.
## Install SciPy # Install SciPy
$ /path/to/blender/2.xx/python/bin/python3.7m -m pip install -U scipy $ /path/to/blender/2.xx/python/bin/python3.7m -m pip install -U scipy
...@@ -96,7 +96,7 @@ The following nodes can optionally use SciPy: ...@@ -96,7 +96,7 @@ The following nodes can optionally use SciPy:
* Mesh Normal Field * Mesh Normal Field
* Interpolating Surface * Interpolating Surface
## Install SciKit-Image # Install SciKit-Image
$ /path/to/blender/2.xx/python/bin/python3.7m -m pip install -U scikit-image $ /path/to/blender/2.xx/python/bin/python3.7m -m pip install -U scikit-image
...@@ -110,7 +110,7 @@ The following node can optionally use SciKit-Image: ...@@ -110,7 +110,7 @@ The following node can optionally use SciKit-Image:
* Marching Cubes * Marching Cubes
## Install Circlify # Install Circlify
$ /path/to/blender/2.xx/python/bin/python3.7m -m pip install -U circlify $ /path/to/blender/2.xx/python/bin/python3.7m -m pip install -U circlify
...@@ -118,7 +118,7 @@ The following node becomes available only when you install Circlify: ...@@ -118,7 +118,7 @@ The following node becomes available only when you install Circlify:
* Circlify * Circlify
## Install PyMCubes # Install PyMCubes
This is more complex. First, you have to install [Cython][7]: This is more complex. First, you have to install [Cython][7]:
...@@ -149,7 +149,7 @@ The following node can optionally use PyMCubes: ...@@ -149,7 +149,7 @@ The following node can optionally use PyMCubes:
* Marching Cubes * Marching Cubes
## Install Geomdl # Install Geomdl
In the simplest case, you can install Geomdl by In the simplest case, you can install Geomdl by
...@@ -202,7 +202,7 @@ The following nodes can optionally use Geomdl: ...@@ -202,7 +202,7 @@ The following nodes can optionally use Geomdl:
* Interpolate NURBS Curve * Interpolate NURBS Curve
* NURBS In * NURBS In
## Install FreeCAD py3lib # Install FreeCAD py3lib
You have to use FreeCAD of version 0.18 (0.19 could not work). You have to use FreeCAD of version 0.18 (0.19 could not work).
...@@ -236,12 +236,12 @@ Follow the [recipe at FreeCAD Web][20] ...@@ -236,12 +236,12 @@ Follow the [recipe at FreeCAD Web][20]
While it is ```activated``` type ```which freecad``` and use this path for the sverchok FreeCad lib path in Preferences. Don't forget to press 'Set Path' before closing the dialog. Restart Blender to take effect. While it is ```activated``` type ```which freecad``` and use this path for the sverchok FreeCad lib path in Preferences. Don't forget to press 'Set Path' before closing the dialog. Restart Blender to take effect.
## Side extending packages # Side extending packages
Full list placed [here][25] Full list placed [here][25]
## Troubleshooting # Troubleshooting
[Here][24] [Here][24]
......
Клонировать репозиторий
  • For Users:
    • Web resources about Sverchok
    • Dependencies and their installation
    • Sverchok for Blender 2.8x Release Notes
    • Profile Node Examples
    • Set up GitHub account for exporting node trees from Sverchok
    • Custom Defaults
    • Installation on Gentoo-based systems
    • Non-standard Python modules installation
    • Sverchok for Blender 2.79 Installation
    • Sverchok Extensions
    • FAQ
  • For Developers:
    • Install Development version
    • Contributing
      • Git practices
    • Building documentation tarball
    • Macros
    • Sverchok Node Tutorial
      • High-level node howto
      • Details