|
|
|
To install Sverchok the way you can develop it, test, and work with Github:
|
|
|
|
|
|
|
|
```
|
|
|
|
$ cd src/
|
|
|
|
$ git clone git@github.com:nortikin/sverchok.git
|
|
|
|
$ mkdir -p ~/.config/blender/${BLENDER_VERSION}/config/scripts/addons/
|
|
|
|
$ ln -s ~/src/sverchok ~/.config/blender/${BLENDER_VERSION}/config/scripts/addons/
|
|
|
|
```
|
|
|
|
|
|
|
|
After this, go to Blender preferences, locate Sverchok addon and enable it as usual.
|
|
|
|
|
|
|
|
Now you can use Sverchok and develop it within the same installation. |
|
|
|
\ No newline at end of file |