We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 065ae2d commit 7686edaCopy full SHA for 7686eda
README.md
@@ -22,7 +22,12 @@ PyCSEP should:
22
The easiest way to install PyCSEP is using `conda`. It can also be installed using `pip` or built from source.
23
If you plan on contributing to this package, visit the
24
[contribution guidelines](https://github.com/SCECcode/pycsep/blob/master/CONTRIBUTING.md) for
25
-installation instructions.
+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`
31
32
conda install --channel conda-forge pycsep
33
0 commit comments