Skip to content

Commit

Permalink
Amend developer install instructions.
Browse files Browse the repository at this point in the history
* Use pip rather than setup.py
  • Loading branch information
scossu committed Apr 4, 2018
1 parent 2501c3c commit 4ba31dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/contributing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ To set up the software for developing code, documentation, or tests::
source bin/activate
git clone https://github.com/scossu/lakesuperior.git app
cd app
python setup.py develop
pip install -e .

This will allow to alter the code without having to recompile it after changes.

Expand Down

0 comments on commit 4ba31dc

Please sign in to comment.