File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -231,7 +231,7 @@ python -m pip install pygmt
231
231
```
232
232
233
233
::: {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
235
235
optional dependencies.
236
236
:::
237
237
@@ -303,8 +303,8 @@ C:\Users\USERNAME\Miniforge3\envs\pygmt\Library\bin\
303
303
304
304
### ` ModuleNotFoundError ` in Jupyter notebook environment
305
305
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
308
308
` pygmt ` virtual environment (using ` mamba activate pygmt ` or ` conda activate pygmt ` )
309
309
and install a ` pygmt ` kernel following the commands below:
310
310
```
You can’t perform that action at this time.
0 commit comments