diff --git a/doc/install.rst b/doc/install.rst index 582825c253f..98612020d26 100644 --- a/doc/install.rst +++ b/doc/install.rst @@ -218,6 +218,11 @@ This installs the latest stable release from pip install pygmt +.. tips:: + + You can also run `pip install pygmt[all]` to install pygmt alongside with + all its optional dependencies. + Alternatively, you can install the latest development version from `TestPyPI `__::