docs: command to activate virtual env
This commit is contained in:
@@ -3,6 +3,6 @@
|
|||||||
|
|
||||||
### Local Setup
|
### 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`
|
2. To install dependencies, run `pip install -r requirements.txt`
|
||||||
3. Run the command `uvicorn app.main:app --reload`
|
3. Run the command `uvicorn app.main:app --reload`
|
||||||
Reference in New Issue
Block a user