Skip to content

Useful functions by and for the CME lab

License

Notifications You must be signed in to change notification settings

eridanirojas/cmeutils

 
 

Repository files navigation

CME Lab Utilies

build pytest codecov

Helpful functions used by the CME Lab.

Installation

Installation of CME Lab Utilities requires the conda package manager. We recommend Miniconda.

  1. Clone this repository:

    git clone git@github.com:cmelab/cmeutils.git
    cd cmeutils
    
  2. Set up and activate environment:

    conda env create -f environment.yml
    conda activate cmeutils
    
  3. Install this package with pip:

    pip install .
    

About

Useful functions by and for the CME lab

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%