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.

10 lines
196 B

  1. <!-- To run the application -->
  2. # python version>= 3.11
  3. # venv setup
  4. 1. python -m venv venv
  5. 2. venv/Scripts/activate
  6. # 1
  7. pip install -r requirements.txt
  8. # 2
  9. uvicorn main:app --reload