Skip to content

Installation

CS Goh edited this page Aug 31, 2024 · 23 revisions

Installation

Install from PyPI

pip install roadmapper

Upgrade to the latest version

If you are running older version of roadmapper, you can upgrade to the latest version by running the following command:

pip install --upgrade roadmapper

Test the installation

To verify that the installation works run the following Python code:

from roadmapper import version

version.__version__

Roadmapper has been tested on the following OSes:

  • Windows
  • Ubuntu
  • OSX

Note:

  • For Ubuntu, if you wish to use Arial font, run the following commands. However, this is optional. The package will use DejaVuSans font if Arial font has not been installed.
    • sudo apt install ttf-mscorefonts-installer
    • sudo fc-cache -f
  • If the DejaVusans font is not installed by default in your copy of Ubuntu, run the following command.
    • sudo apt-get install fonts-dejavu