nReyna / slaloms-and-dragons

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About


Languages

Language:Python 98.1%Language:Makefile 1.9%