SanskarModi commited on
Commit
e220ede
·
unverified ·
1 Parent(s): 965240e

added editable mode install command in redme

Browse files
Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -202,6 +202,7 @@ cd backend
202
  python -m venv .venv
203
  source .venv/bin/activate # On Windows: .venv\Scripts\activate
204
  pip install -r requirements.txt
 
205
  uvicorn app.main:app --reload
206
  ```
207
 
@@ -279,4 +280,4 @@ Contributions are welcome! Please feel free to submit a Pull Request.
279
 
280
  ## 📧 Contact
281
 
282
- For questions or feedback, please open an issue on GitHub.
 
202
  python -m venv .venv
203
  source .venv/bin/activate # On Windows: .venv\Scripts\activate
204
  pip install -r requirements.txt
205
+ pip install -e .
206
  uvicorn app.main:app --reload
207
  ```
208
 
 
280
 
281
  ## 📧 Contact
282
 
283
+ For questions or feedback, please open an issue on GitHub.