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.
|
- python3 -m venv .env
- . $(pwd)/.env/bin/activate
- # Dev dependencies
- pip install maturin
- cd ../../apis/python/node
- maturin develop
- cd ../../../examples/python-dataflow
-
- # Dependencies
- pip install -r requirements.txt
-
- cargo run -p dora-coordinator --release -- run dataflow_without_webcam.yml
|