Install Development version - nortikin/sverchok GitHub Wiki
To install Sverchok the way you can develop it, test, and work with Github.
For UNIX-type OS with directory ~/src and ${BLENDER_VERSION}:
$ cd src/
$ git clone [email protected]:nortikin/sverchok.git
$ mkdir -p ~/.config/blender/${BLENDER_VERSION}/scripts/addons/
$ ln -s ~/src/sverchok ~/.config/blender/${BLENDER_VERSION}/scripts/addons/
For Windows OS please, not use C:\ drive. with D:\%YOUR_FOLDER% and %BLENDER_VERSION%:
!!With administrator rights!!
> cmd
> cd /d d:\
> cd d:\%YOUR_FOLDER%
> git clone https://github.com/nortikin/sverchok
> mkdir -p "C:\users\%username%\AppData\Roaming\Blender Foundation\Blender\%BLENDER_VERSION%\scripts\addons\"
> mklink /d "C:\users\%username%\AppData\Roaming\Blender Foundation\Blender\%BLENDER_VERSION%\scripts\addons\" "d:\%YOUR_FOLDER%\sverchok"
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.