Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 319 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 319 Bytes

Web Application

Requirements

Set up

  1. Install the python version used for the project
pyenv install
  1. Create a virtual environment:
virtualenv -p $(pyenv which python) venv
  1. Install dependencies:
pip install -r requirements.txt