-1

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?

Jack Fleeting
  • 24,385
  • 6
  • 23
  • 45
Neel
  • 131
  • 3
  • 9

2 Answers2

0

Maybe look at the downloads page of Sumolib. https://sumo.dlr.de/docs/Downloads.html

PrinceOfCreation
  • 389
  • 1
  • 12
  • Well, I checked the page but it still doesn't specify how to install it using pip and use it in an existing program. – Neel Sep 21 '19 at 09:45
0

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.

FrainBr33z3
  • 1,085
  • 1
  • 6
  • 12