All Projects → pgRouting → workshop

pgRouting / workshop

Licence: other
Source, data and docs for the pgRouting workshop

Programming Languages

shell
77523 projects

pgRouting Workshop

Requirements

  • python

Working virtual environment

python3 -m venv py-env
source py-env/bin/activate
pip install -r REQUIREMENTS.txt
  • 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

Build

Build the workshop:

cd docs
make html

Building PDF

Install prerequisite:

sudo apt-get install texlive-latex-extra

To build the documentation as PDF:

cd docs
make latexpdf
cd _build/latex/
pdflatex -interaction=nonstopmode pgRoutingWorkshop.tex

License

This workshop is licensed under a Creative Commons Attribution-Share Alike 3.0 License.

Supported by

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].