Two options in setup.py develop
and install
are confusing me. According to this site, using develop
creates a special link to site-packages directory.
People have suggested that I use python setup.py install
for a fresh installation and python setup.py develop
after any changes have been made to the setup file.
Can anyone shed some light on the usage of these commands?