Skip to content

Commit ecfd320

Browse files
committed
fix formatting
1 parent f14924d commit ecfd320

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,7 @@ It is important that we activate the environment before proceeding
4444
Next, we'll use the `conda-forge` package channel to install our dependencies
4545

4646
```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
47+
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
4948
```
5049

5150
Finally, we will install the `plymi` code base from this repo. Clone the present repository and run:

0 commit comments

Comments
 (0)