Lines Matching +full:python3 +full:- +full:virtualenv
13 Set up a virtualenv for Bumble, or otherwise have an isolated Python environment
18 it's necessary to explicitly point to the virtualenv's `site-packages`. Use
19 suitable virtualenv paths as appropriate for your OS, as seen here running
23 PYTHONPATH=..:~/.virtualenvs/bumble/lib/python3.10/site-packages/ \
24 cargo run --example battery_client -- \
25 --transport android-netsim --target-addr F0:F1:F2:F3:F4:F5
36 PYTHONPATH=..:[virtualenv site-packages] \
37 cargo run --features bumble-tools --bin bumble -- --help
42 - `firmware realtek download`: download Realtek firmware for various chipsets so that it can be aut…
43 - `usb probe`: show USB devices, highlighting the ones usable for Bluetooth
56 cargo clippy --all-targets
63 be re-run whenever the Python assigned numbers are changed. To ensure that the
70 PYTHONPATH=.. cargo run --bin gen-assigned-numbers --features dev-tools