• 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
Просмотреть страницу @705bdc46
......@@ -3,34 +3,6 @@ Sverchok can use several external libraries, that provide some mathematical or o
One thing you will have to install anyway if you want to use these external libraries is
[pip][6]. All libraries are installed with it.
# Simple dependencies installation UI
Some of dependencies can be installed easily, by just running `pip`. For such
dependencies, Sverchok supports easy-to-use installation user interface.
To use it, navigate to Edit => Preferences, then locate Sverchok
preferences under Addons section; then navigate to the "Extra Nodes" tab:
![Settings](https://user-images.githubusercontent.com/284644/92996779-93c65600-f527-11ea-8b88-1ea3b2bc4559.png)
The dialog shows current status of all dependencies. For dependencies that can
be installed by `pip`, but are not yet installed, this dialog will show an
"Install" button. You'll have just to press the button and wait for when
Blender will say that the library is installed. If there will be any errors
during installation, Blender will report it and print details into console
output.
For dependencies that can not be installed that easily, the dialog contains a
button which opens the browser on an official web site of corresponding
library, so you can find installation instructions.
The following sections of this document will be useful if you can not install
the library by pressing the button. For libraries that can not be that easily
installed by `pip`, this document contains only short instructions. Please
refer to web sites of corresponding libraries for complete instructions and
support.
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.
# Install pip
......
Клонировать репозиторий
  • For Users:
    • Web resources about Sverchok
    • Dependencies and their installation
      • Simple dependencies
    • 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