We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b25fc00 commit 49bce9eCopy full SHA for 49bce9e
1 file changed
docs/LocalDevelopmentSetup.md
@@ -344,12 +344,14 @@ Install dependencies for all Python services:
344
### 6.1. Install Backend Dependencies
345
346
```bash
347
-# From repository root (pyproject.toml is located here)
+# Navigate to backend directory
348
+cd code/backend
349
+
350
# Install dependencies using Poetry
351
pip install --upgrade pip
352
pip install poetry
353
poetry self add poetry-plugin-export@latest
-poetry export -o requirements.txt --without-hashes
354
+poetry export -o requirements.txt
355
pip install -r requirements.txt
356
```
357
0 commit comments