We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f818e71 commit 328da93Copy full SHA for 328da93
README.md
@@ -2,6 +2,11 @@
2
Bluetooth and HID utilities for Python 3
3
4
# Installation
5
+```
6
+pip install bluefang
7
8
+
9
+# Install from source
10
- Local development: `./scripts/install`
11
- As a package: `python setup.py install`
12
- If you prefer pip: `pip3 install -r requirements.txt --process-dependency-links`
0 commit comments