Skip to content

Commit

Permalink
venv path for bt helper
Browse files Browse the repository at this point in the history
  • Loading branch information
domschl authored Sep 27, 2023
1 parent a7d10b0 commit 3a42c1c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,8 @@ Note: Bluetooth LE hardware detection either requires admin privileges for the o
```bash
# adapt path:
sudo setcap 'cap_net_raw,cap_net_admin+eip' PATH/TO/LIB/python3._x_/site-packages/bluepy/bluepy-helper
# e.g. for venv installation with python 3.11 (in directory python-mchess/mchess):
sudo setcap 'cap_net_raw,cap_net_admin+eip' lib/python3.11/site-packages/bluepy/bluepy-helper

# The simply start mchess, scanning is started automatically:
python3 turquoise.py
Expand Down

0 comments on commit 3a42c1c

Please sign in to comment.