- Python 3.6.5+
- pipenv (setup
pipenv
(https://pypi.org/project/pipenv/) )
pipenv install
make run
make test
using black
(https://github.com/python/black) to automatically format Python code.
Run make lint
format python code.
- If you see an error about a missing module, it is likely that someone else added it and now you need to install it in your pipenv. Just do
pipenv install
and you should be good to go.