Skip to content

Commit 3a42c1c

Browse files
authored
venv path for bt helper
1 parent a7d10b0 commit 3a42c1c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,8 @@ Note: Bluetooth LE hardware detection either requires admin privileges for the o
132132
```bash
133133
# adapt path:
134134
sudo setcap 'cap_net_raw,cap_net_admin+eip' PATH/TO/LIB/python3._x_/site-packages/bluepy/bluepy-helper
135+
# e.g. for venv installation with python 3.11 (in directory python-mchess/mchess):
136+
sudo setcap 'cap_net_raw,cap_net_admin+eip' lib/python3.11/site-packages/bluepy/bluepy-helper
135137

136138
# The simply start mchess, scanning is started automatically:
137139
python3 turquoise.py

0 commit comments

Comments
 (0)