Installation

How to add pyBittle to your project.

Manual installation

For manually installing pyBittle you need first to install the dependencies: pybluez and pySerial.

Install pybluez by using the following command:

sudo apt-get install libbluetooth-dev
sudo apt-get install python-dev
pip install pybluez

Install pySerial by using the following command:

pip install pyserial

Take the following steps to install pyBittle module:

git clone https://github.com/EnriqueMoran/pyBittle.git
pip install .

Install using pip

For installing pyBittle directly using pip take the following steps:

pip install pyBittle

Pybluez in Windows 10

If you have problems with making Pybluez work in your Windows 10 computer, try following these instructions: https://pybluez.github.io/

Last updated