Skip to content

Commit 05fd568

Browse files
Fix conda virtual environment creation command
Co-Authored-By: Yvonne Fröhlich <[email protected]>
1 parent f0592ac commit 05fd568

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/intro.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ Here's the instructions to install the `egu22pygmt` environment:
9191

9292
```bash
9393
cd /path/to/egu22pygmt
94-
conda create --name egu22pygmt --file environment.yml
94+
conda env create --name egu22pygmt --file environment.yml
9595
```
9696

9797
5. Once the installation is completed 🏁, launch

0 commit comments

Comments
 (0)