Installation & Usage Install pipenv sudo -H pip install pipenv Install project dependencies pipenv install Run server pipenv run python run.py Run tests pipenv run python -m unittest discover -p *_test.py