Installation
CellDyc requires Python 3.9 or later. We recommend installing CellDyc in a separate conda environment.
Create a fresh conda environment
conda create -n celldyc python=3.12 -y
conda activate celldyc
Install CellDyc from GitHub using:
pip install "git+https://github.com/hsinring/celldyc.git"
or:
git clone https://github.com/hsinring/celldyc.git
cd celldyc
pip install .
Install CellDyc from PyPI using:
# celldyc is not available on PyPI yet, we will upload the package as soon as possible
#pip install celldyc