Skip to content

Commit fe2f72b

Browse files
authored
Update README.md
1 parent d7881d0 commit fe2f72b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,10 +73,11 @@ A related option is VS Code Dev Containers, which will open the project in your
7373
```
7474

7575
3. Open the project folder
76-
4. Install required Python packages:
76+
4. Install required Python packages and backend application:
7777

7878
```shell
7979
pip install -r requirements-dev.txt
80+
pip install -e src/backend
8081
```
8182

8283
5. Continue with the [deployment steps](#deployment)

0 commit comments

Comments
 (0)