A Wheel of Shame for the greatest SPORTS! league to ever exist.
Supported Python Versions:
- 3.6.x
- 3.7.x (production)
This project is configured using virtualenv and python3, to get started make sure both of those are installed on your system and run:
make init
source .venv/bin/activate
pip install -r requirements.txt
To reactivate your virtualenv run:
source .venv/bin/activate
You can leave the virtualenv using:
deactivate
Tests use the python3 unittest library and can be run using:
make test