-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
59dc32d
commit 8c830b1
Showing
1 changed file
with
12 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 . | ||
``` |