pysyncrosim.session.Session.install_conda
- Session.install_conda(software='miniforge')
Installs Miniforge or Miniconda to the default installation path within the SyncroSim installation folder. If you already have conda installed in a non-default location, then you can point SyncroSim towards that installation using the conda_filepath argument when loading the Session class.
- Parameters:
software (Str, optional) – The software to install. Options are “miniforge” (Default) or “miniconda”.
- Return type:
None.