Skip to content

How to: test pgRoutingLayer 3

Vicky Vergara edited this page Dec 3, 2018 · 12 revisions

How to: test pgRoutingLayer v3.0.0

December 3, 2019

Status

pgRoutingLayer v3.0.0 is on master

Clone & Download

git clone https://github.com/pgRouting/pgRoutingLayer
cd pgRoutingLayer

Prepare python virtual environment

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 & Install the needed software

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

Use the pb_tool

pb_tool --help

Open QGIS

If not install, go to and follow the instructions QGIS download

Clone this wiki locally