From 46d73181dc99b4f6ec678827cf6e1c8b1ea4ce2e Mon Sep 17 00:00:00 2001 From: karishmas6 Date: Sat, 16 Mar 2024 23:34:27 +0530 Subject: [PATCH] docs: command to activate virtual env --- api/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/README.md b/api/README.md index 6fb091e9..f3baac94 100644 --- a/api/README.md +++ b/api/README.md @@ -3,6 +3,6 @@ ### Local Setup -1. Activate the virtual environment +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