realtwin.func_lib.install_sumo_linux

realtwin.func_lib.install_sumo_linux(sumo_version: str = '1.21.0', verbose: bool = True) bool[source]

Install SUMO onto the linux system.

Parameters:
  • sumo_version (str) – The version of SUMO to be installed. Default is “1.21.0”.

  • verbose (bool) – If True, print the installation process. Default is True.

Note

The installation of SUMO on Linux is not supported yet. upcoming feature.

Returns:

True if the SUMO is installed successfully on Linux, False otherwise

Return type:

bool