Spaces:
Sleeping
Sleeping
added editable mode install command in redme
Browse files
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.
|