Skip to content

Commit

Permalink
Fix conda command in README
Browse files Browse the repository at this point in the history
  • Loading branch information
tpogden committed Nov 20, 2020
1 parent 9fb5b66 commit 262e87d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -30,7 +30,7 @@ I recommend using Conda environments.
You can create and activate an environment named `mb` with all the required
dependencies for MaxwellBloch with
```sh
conda create --name mb python=3 numpy=1 scipy=1 qutip=4
conda create --name mb -c conda-forge python=3 numpy=1 scipy=1 qutip=4
conda activate mb
```
The MaxwellBloch package can then be installed from
Expand Down

0 comments on commit 262e87d

Please sign in to comment.