Skip to content

Commit

Permalink
correct install instruction
Browse files Browse the repository at this point in the history
  • Loading branch information
gschnabel committed Oct 31, 2022
1 parent 2a7e6f5 commit 1784405
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ We recommend to create a virtual environment with
Python version 3.9. With conda you can create a new
environment by
```
conda env create -y -n gmapy python=3.9 pip
conda create -y -n gmapy python=3.9 pip
```
Then activate the environment (`conda activate gmapy`)
and install the gmapy package:
Expand Down

0 comments on commit 1784405

Please sign in to comment.