-
Notifications
You must be signed in to change notification settings - Fork 20
Installation
CS Goh edited this page Jan 24, 2023
·
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 import version
version.__version__
'v1.0.0'
Roadmapper has been tested on the following OSes:
- Windows 11
- Ubuntu 22.04.1 LTS
- MacOS Ventura 13.1 (Apple silicon)
Note:
- For Ubuntu, run the following commands to install arial font
- sudo apt install ttf-mscorefonts-installer
- sudo fc-cache -f
- For MacOS, to run roadmapper, please download arial.ttf from internet and save it in the same folder as your python .py file before executing it.