Skip to content

Commit

Permalink
fix bug for issues: #295
Browse files Browse the repository at this point in the history
  • Loading branch information
meua committed May 23, 2023
1 parent 1679741 commit a7bc6f3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion examples/python-dataflow/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ set -e
python3 -m venv .env
. $(pwd)/.env/bin/activate
# Dev dependencies
pip install patchelf
pip install maturin
cd ../../apis/python/node
maturin develop
Expand All @@ -11,5 +12,5 @@ cd ../../../examples/python-dataflow
# Dependencies
pip install --upgrade pip
pip install -r requirements.txt

cargo run -p dora-cli up
cargo run -p dora-daemon -- --run-dataflow dataflow_without_webcam.yml

0 comments on commit a7bc6f3

Please sign in to comment.