We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66461c4 commit 0907868Copy full SHA for 0907868
doc/install.rst
@@ -218,6 +218,11 @@ This installs the latest stable release from
218
219
pip install pygmt
220
221
+.. tip::
222
+
223
+ You can also run ``pip install pygmt[all]`` to install pygmt with
224
+ all of its optional dependencies.
225
226
Alternatively, you can install the latest development version from
227
`TestPyPI <https://test.pypi.org/project/pygmt>`__::
228
pyproject.toml
@@ -32,6 +32,12 @@ dependencies = [
32
]
33
dynamic = ["version"]
34
35
+[project.optional-dependencies]
36
+all = [
37
+ "geopandas",
38
+ "ipython"
39
+]
40
41
[project.urls]
42
homepage = "https://www.pygmt.org"
43
documentation = "https://www.pygmt.org"
0 commit comments