Skip to content

Commit 7686eda

Browse files
authored
update README.md (#139)
fixes #106
1 parent 065ae2d commit 7686eda

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,12 @@ PyCSEP should:
2222
The easiest way to install PyCSEP is using `conda`. It can also be installed using `pip` or built from source.
2323
If you plan on contributing to this package, visit the
2424
[contribution guidelines](https://github.com/SCECcode/pycsep/blob/master/CONTRIBUTING.md) for
25-
installation instructions.
25+
installation instructions. We recommend creating a `conda` environment for this installation, but this is not a required step.
26+
27+
conda create -n pycsep
28+
conda activate pycsep
29+
30+
Install `pycsep`
2631

2732
conda install --channel conda-forge pycsep
2833

0 commit comments

Comments
 (0)