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.
cd
into the cloned repository.- Install
pipenv
brew install pipenv
if you're on a Mac.pip install --user --upgrade pipenv
for most other machines.
- Install packages using
pipenv install
.
- Use
pipenv run index.py
to run the project. - Follow the instructions here.
- Document your work in the
README.md
file.
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.