From 612e2f0feb0448191c810b3a4326fcc43d755115 Mon Sep 17 00:00:00 2001 From: Ben Nuttall Date: Sat, 28 May 2016 21:19:47 +0100 Subject: [PATCH] Add libglib to requirements --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ad716b9..1d701ed 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,7 @@ It should work on any Linux with a working [BlueZ](http://www.bluez.org/) instal ## Installation +* Install libglib (`sudo apt-get install libglib2.0-dev`) * Install [bluepy](https://github.com/IanHarvey/bluepy) (`pip install bluepy`). * `pip install pycirculate`