Remember to document your work in this README.md file! Feel free to delete these installation instructions in your fork of this repository.
- Fork + clone this repository.
cdinto the cloned repository.- Install
pipenv
brew install pipenvif you're on a Mac.pip install --user --upgrade pipenvfor most other machines.
- Install packages using
pipenv install.
- Use
pipenv run index.pyto run the project. - Follow the instructions here.
- Document your work in the
README.mdfile.
Submit a link to your git repository to this form by 11:59pm on Monday, September 23rd.
To install additional packages run pipenv install <package_name> within the cloned repository.