Helpful functions used by the CME Lab.
Installation of CME Lab Utilities requires the conda package manager. We recommend Miniconda.
-
Clone this repository:
git clone git@github.com:cmelab/cmeutils.git cd cmeutils
-
Set up and activate environment:
conda env create -f environment.yml conda activate cmeutils
-
Install this package with pip:
pip install .