Installation - nokia/PyBGL GitHub Wiki

Install the dependencies

PyBGL requires Python 3.

Debian, Ubuntu, etc.

sudo apt update
sudo apt install python3

Installation of PyBGL

git

sudo apt install git python3-setuptools 
mkdir ~/git
cd ~/git
git clone https://github.com/nokia/pybgl 
cd PyBGL
sudo python3 ./setup.py install

pip

sudo apt install python3-pip
sudo pip3 install pybgl

Test

To check your installation, see this page.