Skip to content

Installation

Create conda environment

conda create -n cafe python=3.10.15
conda activate cafe

Using pip

# for user
pip install cafe-release
# for developer([dev]), docs([docs]) or others.
pip install cafe-release[dev]

Using github project for latest version

git clone https://github.com/HuangDDU/cafe.git
cd cafe
pip install .

(TODO)Using uv for faster installation

Other installation requirements

  • R and rpy2 are required.
  • If you want to use docker container as backend, you need to install docker beforehand.
  • install conda package
    ```bash
    conda install pygraphviz
    ```