realtwin.func_lib.install_sumo_windows

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

Install SUMO onto the windows 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.

Returns:

True if the SUMO is installed successfully, False otherwise

Return type:

bool