Environment Creation and Installation
Create a new environment following the steps:
Open the mambaforge terminal (‘Miniforge Prompt’) and type:
(base) $ mamba create -n circadipy_env python=3.8
Note
Python version must be 3.8, because PyMICE, one of the dependencies of circadipy to read Intellicage data, is not compatible with versions of Python higher than 3.8.
Press ‘y’ when prompted.
After the environment is created, type:
(base) $ mamba activate circadipy_env
Install the dependences from PyPI repository by typing:
(circadipy_env) $ pip install circadipy