Skip to content

Installation

Requirements

  • Python ≥ 3.12 (< 3.13 due to upstream dependency constraints)
  • cloelib (private repository)

Installing cloelib

cloelike depends on cloelib, which is currently a private repository. Please install it manually by following the installation instructions provided in its GitHub repository.

pip install git+https://github.com/cloe-org/cloelib.git

Installing cloelike

From source (latest development version)

git clone https://github.com/cloe-org/cloelike.git
cd cloelike
pip install .

From a specific release

To work with the latest stable release, check out the corresponding tag:

git checkout <name-latest-release>
pip install .

where <name-latest-release> is the tag name visible under Releases.

Optional dependencies

All dependencies of external codes can be installed as extras from cloelib. Check out cloelib docs.