Skip to content

Commit

Permalink
Add pip installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
tmcneal committed Jul 5, 2017
1 parent f818e71 commit 328da93
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Expand Up @@ -2,6 +2,11 @@
Bluetooth and HID utilities for Python 3

# Installation
```
pip install bluefang
```

# Install from source
- Local development: `./scripts/install`
- As a package: `python setup.py install`
- If you prefer pip: `pip3 install -r requirements.txt --process-dependency-links`
Expand Down

0 comments on commit 328da93

Please sign in to comment.