-
Notifications
You must be signed in to change notification settings - Fork 20
Installation
CS Goh edited this page Dec 5, 2022
·
23 revisions
pip install roadmapper
If you are running older version of roadmapper, you can upgrade to the latest version by running the following command:
pip install --upgrade roadmapper
To verify that the installation works run the following Python code:
from roadmapper.roadmap import Roadmap
Roadmap.__version__
'v0.1.1'