-
Notifications
You must be signed in to change notification settings - Fork 3
Installation
Marc-Olivier Buob edited this page Oct 4, 2021
·
4 revisions
PyBGL requires Python 3.
sudo apt update
sudo apt install python3sudo apt install git python3-setuptools
mkdir ~/git
cd ~/git
git clone https://github.com/nokia/pybgl
cd PyBGL
sudo python3 ./setup.py installsudo apt install python3-pip
sudo pip3 install pybglTo check your installation, see this page.