Skip to content

Commit edbd2a1

Browse files
yvonnefroehlichseismanmichaelgrund
authored
DOC: Improvements of installation guide (#3570)
Co-authored-by: Dongdong Tian <[email protected]> Co-authored-by: Michael Grund <[email protected]>
1 parent 08d6c0f commit edbd2a1

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

doc/install.md

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -47,13 +47,18 @@ conda activate pygmt
4747

4848
After this, check that everything works by running the following in a Python interpreter
4949
(e.g., in a Jupyter notebook):
50-
```python
50+
51+
```{code-cell} ipython
52+
---
53+
tags: [hide-output]
54+
---
55+
5156
import pygmt
5257
pygmt.show_versions()
5358
```
5459

55-
You are now ready to make you first figure! Start by looking at the tutorials on our
56-
sidebar, good luck!
60+
You are now ready to make your first figure! Start by looking at our [Intro](examples/intro/index.rst),
61+
[Tutorials](examples/tutorials/index.rst), and [Gallery](examples/gallery/index.rst). Good luck!
5762

5863
:::{note}
5964
The sections below provide more detailed, step by step instructions to install and test
@@ -87,9 +92,9 @@ We recommend following the instructions further on to install GMT 6.
8792

8893
PyGMT requires the following packages to be installed:
8994

90-
- [numpy](https://numpy.org)
95+
- [NumPy](https://numpy.org)
9196
- [pandas](https://pandas.pydata.org)
92-
- [xarray](https://xarray.dev/)
97+
- [Xarray](https://xarray.dev/)
9398
- [netCDF4](https://unidata.github.io/netcdf4-python)
9499
- [packaging](https://packaging.pypa.io)
95100

0 commit comments

Comments
 (0)