File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -186,7 +186,7 @@ These steps for setting up your environment are necessary for
186
186
[ contributing code] ( contributing.md#contributing-code ) . A local PyGMT development environment
187
187
is not needed for [ editing the documentation on GitHub] ( contributing.md#editing-the-documentation-on-github ) .
188
188
189
- We highly recommend using [ Mambaforge ] ( https://github.com/conda-forge/miniforge#mambaforge/ )
189
+ We highly recommend using [ Miniforge ] ( https://github.com/conda-forge/miniforge#miniforge3 )
190
190
and the ` mamba ` package manager to install and manage your Python packages.
191
191
It will make your life a lot easier!
192
192
Original file line number Diff line number Diff line change @@ -66,10 +66,10 @@ Which Python?
66
66
67
67
PyGMT is tested to run on Python |requires_python |.
68
68
69
- We recommend using the `Mambaforge <https://github.com/conda-forge/miniforge#mambaforge >`__
69
+ We recommend using the `Miniforge <https://github.com/conda-forge/miniforge#miniforge3 >`__
70
70
Python distribution to ensure you have all dependencies installed and the
71
71
`mamba <https://mamba.readthedocs.io/en/stable/user_guide/mamba.html >`__
72
- package manager in the base environment. Installing Mambaforge does not require
72
+ package manager in the base environment. Installing Miniforge does not require
73
73
administrative rights to your computer and doesn't interfere with any other Python
74
74
installations on your system.
75
75
@@ -264,13 +264,13 @@ respectively.
264
264
For Linux/macOS, add the following line to your shell configuration file
265
265
(usually ``~/.bashrc `` for Bash on Linux and ``~/.zshrc `` for Zsh on macOS)::
266
266
267
- export GMT_LIBRARY_PATH=$HOME/mambaforge /envs/pygmt/lib
267
+ export GMT_LIBRARY_PATH=$HOME/miniforge3 /envs/pygmt/lib
268
268
269
269
For Windows, add the ``GMT_LIBRARY_PATH `` environment variable following these
270
270
`instructions <https://www.wikihow.com/Create-an-Environment-Variable-in-Windows-10 >`__
271
271
and set its value to a path like::
272
272
273
- C:\Users\USERNAME\Mambaforge \envs\pygmt\Library\bin\
273
+ C:\Users\USERNAME\Miniforge3 \envs\pygmt\Library\bin\
274
274
275
275
Notes for Jupyter users
276
276
-----------------------
You can’t perform that action at this time.
0 commit comments