Home

Awesome

Arcas

CircleCI branch Codecov Requirements Status

⌨️ Development

♊ (Recommended) Setup Python virtual environment

python -m venv env
source env/bin/activate

📦 Install dependencies

pip install -r requirements.txt

🏃 Run

uvicorn main:app --reload