You can not select more than 25 topics
Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- set -e
-
- python3 -m venv .env
- . $(pwd)/.env/bin/activate
- # Dev dependencies
- pip install patchelf
- pip install maturin
- cd ../../apis/python/node
- maturin develop
- cd ../../../examples/python-dataflow
-
- # Dependencies
- pip install --upgrade pip
- pip install -r requirements.txt
- cargo run -p dora-daemon -- --run-dataflow dataflow_without_webcam.yml
|