Helpful functions used by the CME Lab.
Installation of CME Lab Utilities requires a conda package manager. We recommend Miniconda.
- Create a new conda environment and install cmeutils.
conda create -n cmeutils -c conda-forge cmeutils conda activate cmeutils
- Clone this repository:
git clone [email protected]:cmelab/cmeutils.git cd cmeutils
- Set up and activate environment:
conda env create -f environment.yml conda activate cmeutils
- Install from source with pip:
pip install -e .