|
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/ .
|
... | | ... | |