Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jennyfothergill authored Jun 11, 2021
1 parent 59dc32d commit 8c830b1
Showing 1 changed file with 12 additions and 11 deletions.
23 changes: 12 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,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).
1. Clone this repository:
```
git [email protected]:cmelab/cmeutils.git
cd cmeutils
```
```
git [email protected]:cmelab/cmeutils.git
cd cmeutils
```
2. Set up and activate environment:
```
conda env create -f environment.yml
conda activate cmeutils
```
```
conda env create -f environment.yml
conda activate cmeutils
```
3. Install this package with pip:
```
pip install .
```
```
pip install .
```

0 comments on commit 8c830b1

Please sign in to comment.