Skip to content

Commit 0472a13

Browse files
committed
Update stub start command
1 parent ae22e4b commit 0472a13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ pip3 install -r requirements_stub.txt
3030
pip3 install -r requirements.txt
3131

3232
# Start the backend in stub mode
33-
PYTHONPATH=stub python3 init.py
33+
PYTHONPATH=stub:test python3 init.py
3434

3535
# or, run the real thing if you're on a physical RPi
3636
python3 init.py

0 commit comments

Comments
 (0)