Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions doc/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,11 @@ This installs the latest stable release from

pip install pygmt

.. tip::

You can also run ``pip install pygmt[all]`` to install pygmt with
all of its optional dependencies.

Alternatively, you can install the latest development version from
`TestPyPI <https://test.pypi.org/project/pygmt>`__::

Expand Down
6 changes: 6 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,12 @@ dependencies = [
]
dynamic = ["version"]

[project.optional-dependencies]
all = [
"geopandas",
"ipython"
]

[project.urls]
homepage = "https://www.pygmt.org"
documentation = "https://www.pygmt.org"
Expand Down