Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 201 Bytes

README.md

File metadata and controls

8 lines (7 loc) · 201 Bytes

Setup

# instructions for linux
source ./env/bin/activate # activate the virtual environment
pip install -r requirements.txt # install the packages
fastapi dev main.py # run the dev server