We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5122397 commit c2efb20Copy full SHA for c2efb20
doc/install.rst
@@ -136,4 +136,8 @@ This can happen if you have multiple versions of GMT installed.
136
137
You can tell PyGMT exactly where to look for ``libgmt`` by setting the
138
``GMT_LIBRARY_PATH`` environment variable.
139
-This should be set to the directory where ``libgmt.so`` (or ``.dylib``) is found.
+This should be set to the directory where ``libgmt.so``, ``libgmt.dylib`` or ``gmt.dll``
140
+can be found for Linux, MacOS and Windows respectively.
141
+e.g. in a terminal run::
142
+
143
+ export GMT_LIBRARY_PATH=$HOME/anaconda3/envs/pygmt/lib
0 commit comments