From 2abc1d22a0e32d074db50bb05f046a69cdb771b9 Mon Sep 17 00:00:00 2001 From: karishmas6 Date: Sat, 16 Mar 2024 23:35:27 +0530 Subject: [PATCH] docs: windows os setup --- api/README.md | 2 ++ 1 file changed, 2 insertions(+) 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