Skip to content

Latest commit

 

History

History
21 lines (11 loc) · 291 Bytes

README.md

File metadata and controls

21 lines (11 loc) · 291 Bytes

Development

Make the run script executable

  • chmod +x run.sh

Setup virtual environment

  • python -m venv env

Activate virtual environment

  • source env/bin/activate

Install dependencies

  • pip install -r requirements.txt

Start development server

  • ./run.sh