This should work with python 3.6 and up
- Fork and clone the repo
git clone https://github.com/{username}/pytorrent.git
- Setup python virtual environment
cd pytorrent virtualenv env source env/bin/activate
- Install dev dependencies
pip install -r dev-requirements.txt
Run tests and linting before submitting a PR
python -m unittest discover -s ./test
flake8