Skip to content

Commit 9502fd8

Browse files
committed
Local backend development log: Install python editable (so that mondey_backend module updates as you change the code)
1 parent 2b26fae commit 9502fd8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DEVELOPMENT.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ cd mondey
6666

6767
```sh
6868
cd mondey_backend
69-
pip install .
69+
pip install -e .
7070
cd ..
7171
mondey-backend
7272
```

0 commit comments

Comments
 (0)