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 f14924d commit ecfd320Copy full SHA for ecfd320
README.md
@@ -44,8 +44,7 @@ It is important that we activate the environment before proceeding
44
Next, we'll use the `conda-forge` package channel to install our dependencies
45
46
```shell
47
-conda install -c conda-forge
48
-sphinx==4.4.0 jupytext==1.13.6 nbsphinx==0.8.8 pandoc==2.1.3 sphinx_rtd_theme==1.0.0 ipykernel==6.7.0 numpy matplotlib
+conda install -c conda-forge sphinx==4.4.0 jupytext==1.13.6 nbsphinx==0.8.8 pandoc==2.1.3 sphinx_rtd_theme==1.0.0 ipykernel==6.7.0 numpy matplotlib
49
```
50
51
Finally, we will install the `plymi` code base from this repo. Clone the present repository and run:
0 commit comments