diff --git a/api/README.md b/api/README.md index f3baac94..e2891b85 100644 --- a/api/README.md +++ b/api/README.md @@ -3,6 +3,8 @@ ### Local Setup +### Windows OS + 1. Activate the virtual environment `venv\Scripts\Activate` 2. To install dependencies, run `pip install -r requirements.txt` 3. Run the command `uvicorn app.main:app --reload` \ No newline at end of file