Sverchok / SverchokRedux

A reimplementation of Sverchok
GNU General Public License v3.0
4 stars 2 forks source link

SverchokRedux installation #22

Open zeffii opened 8 years ago

zeffii commented 8 years ago

Use GIT. we do.

My approach to this add-on, and most add-ons that are on a git repo is this.

do this once

(have git installed)

do this whenever you add a new repo / clone

This tells your system to make a symbolic link at ......./scripts/addons_contrib/SverchokRedux that points to the ....full_path.../github_repos/SverchokRedux/ folder

Why go through the hassle?

because if you want to update the addon all you have to do is go to the terminal and navigate to the 'github_repos/SverchokRedux/' directory and do

 git pull --all

whereas if you want to update via zip, or downloaded files you have to copy and paste them manually, which seems like more work.