alt text

Prereqs

Running

  1. pipenv install
  2. make run

Testing

make test

Styling

using autopep8 (https://pypi.org/project/autopep8/) to automatically format Python code to conform to the PEP 8 style guide.

Run make lint to conform to the PEP 8 style guide.

Troubleshooting

  • 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.