We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7d10b0 commit 3a42c1cCopy full SHA for 3a42c1c
README.md
@@ -132,6 +132,8 @@ Note: Bluetooth LE hardware detection either requires admin privileges for the o
132
```bash
133
# adapt path:
134
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
137
138
# The simply start mchess, scanning is started automatically:
139
python3 turquoise.py
0 commit comments