Skip to content

Installation

CS Goh edited this page Jan 22, 2023 · 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__
'v1.0.0'

Roadmapper has been tested on the following OSes:

  • Windows 11
Clone this wiki locally