You need to run ev3dev (Debian Linux for MINDSTORMS EV3)
Until I'm confident to create a complete package that can be installed on ev3dev, this is how I use pyb00st on it - tested with ev3dev jessie, kernel 4.4.78-21-ev3dev-ev3
sudo pip3 install pygatt
(be patient, it takes a lot of time)
sudo pip3 install pexpect
mkdir github
cd github
git clone https://github.com/JorgePe/pyb00st.git
cd pyb00st
export PYTHONPATH=.
To run one of the examples:
./examples-pygatt/demo_motor-pygatt.py
on my case it's slow to connect to the BOOST Move Hub, I have to turn it on again while scripts are still trying to connect.