You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 

196 B

python version>= 3.11

venv setup

  1. python -m venv venv

  2. venv/Scripts/activate

1

pip install -r requirements.txt

2

uvicorn main:app --reload