Skip to content

Commit 49bce9e

Browse files
local deployment setup
1 parent b25fc00 commit 49bce9e

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

docs/LocalDevelopmentSetup.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -344,12 +344,14 @@ Install dependencies for all Python services:
344344
### 6.1. Install Backend Dependencies
345345

346346
```bash
347-
# From repository root (pyproject.toml is located here)
347+
# Navigate to backend directory
348+
cd code/backend
349+
348350
# Install dependencies using Poetry
349351
pip install --upgrade pip
350352
pip install poetry
351353
poetry self add poetry-plugin-export@latest
352-
poetry export -o requirements.txt --without-hashes
354+
poetry export -o requirements.txt
353355
pip install -r requirements.txt
354356
```
355357

0 commit comments

Comments
 (0)