forked from anitagraser/pgRoutingLayer
-
-
Notifications
You must be signed in to change notification settings - Fork 19
How to: test pgRoutingLayer 3
Vicky Vergara edited this page Dec 3, 2018
·
12 revisions
December 3, 2019
pgRoutingLayer v3.0.0 is on master
git clone https://github.com/pgRouting/pgRoutingLayer
cd pgRoutingLayer
Create a new virtual environment inside the directory:
python3 -m venv py-env
If you are using Python 3, then you should already have the venv module from the standard library installed. If you don't have it then do:
sudo apt-get install python3-venv
Activate the environment
source py-env/bin/activate
You know its activated because the command line starts with: (py-env)
Install the needed software (only need to do once)
sudo apt-get install pyqt5-dev-tools
pip install pb_tool
pb_tool --help
If not install, go to and follow the instructions QGIS download
Maintained by the pgRouting Community
Website: https://pgrouting.org