From 328da935930d70d56a217bcda022d21694273973 Mon Sep 17 00:00:00 2001 From: Todd McNeal Date: Tue, 4 Jul 2017 21:25:16 -0400 Subject: [PATCH] Add pip installation instructions --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index e6b93e2..b0005b6 100644 --- a/README.md +++ b/README.md @@ -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`