-
Notifications
You must be signed in to change notification settings - Fork 2
Install GRAFIMO via pip
ManuelTgn edited this page Dec 4, 2020
·
2 revisions
Before install GRAFIMO be sure all the requirements listed in Required softwares and dependencies have been satisfied.
Once all the requirements are satisfied, GRAFIMO can be installed via pip by typing:
pip3 install grafimo
To test if GRAFIMO have been correctly installed, type:
grafimo -h
If the help is correctly displayed, then GRAFIMO is installed and can be called from any location.