-
Make sure you have conda installed.
-
Install Mamba to facilitate installation of GPU-enabled dependencies:
$ conda install -n base -c conda-forge mamba
- Clone this repo, then create the provided conda environment.
$ cd CellCycleNet
$ mamba env create -f envs/dev_env.yml
- Activate the new conda environment and install
cellcyclenet
:
$ conda activate ccn_dev_env
$ pip install .