I am working on a project which has SUMOLIB module as a dependency on , but I have no idea how to install it. I tried doing pip install sumolib
, but it shows me that no such module exists.
Can someone tell me how to install SUMOLIB?
I am working on a project which has SUMOLIB module as a dependency on , but I have no idea how to install it. I tried doing pip install sumolib
, but it shows me that no such module exists.
Can someone tell me how to install SUMOLIB?
Maybe look at the downloads page of Sumolib. https://sumo.dlr.de/docs/Downloads.html
sumolib
is installed as a part of the SUMO package. It can be found under SUMO_HOME/tools/sumolib
.
To use sumolib
in a script, check here.