Skip to content

Install Development version

nikitron edited this page Mar 8, 2021 · 5 revisions

To install Sverchok the way you can develop it, test, and work with Github for ~/src and ${BLENDER_VERSION}:

$ cd src/
$ git clone git@github.com:nortikin/sverchok.git
$ mkdir -p ~/.config/blender/${BLENDER_VERSION}/scripts/addons/
$ ln -s ~/src/sverchok ~/.config/blender/${BLENDER_VERSION}/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.

Clone this wiki locally