moving content to developing.md

This commit is contained in:
William Pietri
2018-12-03 07:32:02 -08:00
committed by GitHub
parent 0cab614140
commit dde7544f84
+7 -4
View File
@@ -118,11 +118,14 @@ vacbot.run(Charge()) # return to the charger
## Developing ## Developing
If you'd like to join in on developing, I recommend checking out the code, If you'd like to join in on developing, I recommend checking out the code,
[setting up a virtual environment](https://packaging.python.org/guides/installing-using-pip-and-virtualenv/), setting up a virtual environment, and installing this package in editable
and doing `pip install -e .`. You can run the existing tests using mode. You can confirm your environment works by running the tests. And please
`nosetests`. Please add tests for any new functionality. do join the [mailing list](https://groups.google.com/forum/#!forum/sucks-users)
to discuss your plans.
For more information see [the development documentation](developing.md).
For more information see [the development documentation](developing.md)
## See also ## See also