revscoring icon indicating copy to clipboard operation
revscoring copied to clipboard

Add directive to install the project in development mode

Open halfak opened this issue 9 years ago • 1 comments

See https://pythonhosted.org/setuptools/setuptools.html#develop-deploy-the-project-source-in-development-mode

halfak avatar Jul 30 '15 19:07 halfak

Probably best to add this to the vagrant provisioning, we would just go to the revscoring directory and run python3 setup.py develop. This installs your source repo on the system python path, so you can make changes with the help of the VCS and still run as if it's a normal package.

adamwight avatar Jul 30 '15 19:07 adamwight