-
Notifications
You must be signed in to change notification settings - Fork 10
4. Development
mueslo edited this page Jun 29, 2020
·
2 revisions
If you would like to help develop pythonbits
, it is recommended to set up a separate virtual environment for development purposes. Clone the repo and with the new virtual environment active and inside the cloned repo, run pip install -e .
to install the required dependencies.
That's it! Now you can edit the code as you see fit. To run this development version, launch it using python -m pythonbits <args>
while inside the git repository.
Before sending pull requests, make sure your code meets the style guidelines and that the tests pass. Both can be easily run by issuing the tests using tox
.