Skip to content

Commit 173ccd3

Browse files
committed
doc/setup.sh fix to install recursive dependencies of objectbox #52
1 parent 7764ac9 commit 173ccd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/setup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
python3 -m venv .venv
22
source .venv/bin/activate
33
pip install -r requirements.txt
4-
pip install -e ..
4+
pip install -r ../requirements.txt

0 commit comments

Comments
 (0)