- Create virtual env:
python3 -m venv env
. env/bin/activate
- Install dependencies
pip3 install .
nflgame
documentation can be found here. NOTE that the maintained fork can be cloned usingpip install nflgame-redux==2.0.1b1
, which is in the README of the linked repo.- Sleeper API and
sleeper-api-wrapper
(documentation)