Adding link to python venv info.

This commit is contained in:
William Pietri
2018-12-03 07:18:23 -08:00
committed by GitHub
parent 8e4a5ca560
commit 92065d714c
+3 -3
View File
@@ -118,9 +118,9 @@ vacbot.run(Charge()) # return to the charger
## Developing
If you'd like to join in on developing, I recommend checking out the code,
setting up a virtual environment, and doing `pip install -e .`. You can
run the existing tests using `nosetests`. Please add tests for any
new functionality.
[setting up a virtual environment](https://packaging.python.org/guides/installing-using-pip-and-virtualenv/),
and doing `pip install -e .`. You can run the existing tests using
`nosetests`. Please add tests for any new functionality.
For more information see [the development documentation](developing.md)