Skip to content

Commit

Permalink
Merge branch 'main' of github.com:cmelab/cmeutils into movie-maker
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisjonesBSU committed Nov 15, 2023
2 parents 0659308 + fb01432 commit f85cff8
Showing 1 changed file with 13 additions and 5 deletions.
18 changes: 13 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,17 @@

Helpful functions used by the [CME Lab](https://www.boisestate.edu/coen-cmelab/).

### Installation
Installation of CME Lab Utilities requires the conda package manager. We recommend [Miniconda](https://docs.conda.io/en/latest/miniconda.html).
## Installation
Installation of CME Lab Utilities requires a conda package manager. We recommend [Miniconda](https://docs.conda.io/en/latest/miniconda.html).

### Installing from conda-forge:
1. Create a new conda environment and install cmeutils.
```
conda create -n cmeutils -c conda-forge cmeutils
conda activate cmeutils
```

### Installing from source (for development):
1. Clone this repository:
```
git clone [email protected]:cmelab/cmeutils.git
Expand All @@ -18,8 +27,7 @@ Installation of CME Lab Utilities requires the conda package manager. We recomme
conda env create -f environment.yml
conda activate cmeutils
```
3. Install this package with pip:
3. Install from source with pip:
```
pip install .
pip install -e .
```

0 comments on commit f85cff8

Please sign in to comment.