realtwin.func_lib.install_sumo_macos
- realtwin.func_lib.install_sumo_macos(sumo_version: str = '1.21.0', verbose: bool = True) bool[source]
Install SUMO onto the mac 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 Mac is not supported yet. upcoming feature.
- Returns:
True if the SUMO is installed successfully on Mac, False otherwise
- Return type:
bool