ersilia.setup.utils package

Submodules

ersilia.setup.utils.clone module

class ersilia.setup.utils.clone.ErsiliaCloner(config_json=None)[source]

Bases: ErsiliaBase

A class to handle cloning of the Ersilia repository.

clone(path, version)[source]

Clones the Ersilia repository to the specified path and version.

clone(path: str, version: str) str[source]

Clones the Ersilia repository to the specified path and version.

Parameters:
  • path (str) – The path where the repository should be cloned.

  • version (str) – The version of the repository to clone.

Returns:

The path to the cloned repository.

Return type:

str

Module contents