Skip to content

Commit 043a49c

Browse files
authored
DOC: Make PyGMT naming in install.md consistent (#3578)
1 parent c7aaa12 commit 043a49c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/install.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ python -m pip install pygmt
231231
```
232232

233233
::: {tip}
234-
You can also run `python -m pip install pygmt[all]` to install pygmt with all of its
234+
You can also run `python -m pip install pygmt[all]` to install PyGMT with all of its
235235
optional dependencies.
236236
:::
237237

@@ -303,8 +303,8 @@ C:\Users\USERNAME\Miniforge3\envs\pygmt\Library\bin\
303303

304304
### `ModuleNotFoundError` in Jupyter notebook environment
305305

306-
If you can successfully import pygmt in a Python interpreter or IPython, but get a
307-
`ModuleNotFoundError` when importing pygmt in Jupyter, you may need to activate your
306+
If you can successfully import PyGMT in a Python interpreter or IPython, but get a
307+
`ModuleNotFoundError` when importing PyGMT in Jupyter, you may need to activate your
308308
`pygmt` virtual environment (using `mamba activate pygmt` or `conda activate pygmt`)
309309
and install a `pygmt` kernel following the commands below:
310310
```

0 commit comments

Comments
 (0)