Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 469 Bytes

File metadata and controls

26 lines (21 loc) · 469 Bytes

Installation

This is an example of how to list things you need to use the software and how to install them.

  • Create virtual environment
python -m venv venv
  • Activate virtual environment
venv\Scripts\activate
  • Intsall packages
py -m pip install -r requirements.txt

Usage

cd src
uvicorn main:app --reload