Skip to content

Commit 1dff2cd

Browse files
authored
Recommend Miniforge instead of Mambaforge (#2833)
1 parent ca2a91d commit 1dff2cd

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

doc/contributing.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ These steps for setting up your environment are necessary for
186186
[contributing code](contributing.md#contributing-code). A local PyGMT development environment
187187
is not needed for [editing the documentation on GitHub](contributing.md#editing-the-documentation-on-github).
188188

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)
190190
and the `mamba` package manager to install and manage your Python packages.
191191
It will make your life a lot easier!
192192

doc/install.rst

+4-4
Original file line numberDiff line numberDiff line change
@@ -66,10 +66,10 @@ Which Python?
6666

6767
PyGMT is tested to run on Python |requires_python|.
6868

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>`__
7070
Python distribution to ensure you have all dependencies installed and the
7171
`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
7373
administrative rights to your computer and doesn't interfere with any other Python
7474
installations on your system.
7575

@@ -264,13 +264,13 @@ respectively.
264264
For Linux/macOS, add the following line to your shell configuration file
265265
(usually ``~/.bashrc`` for Bash on Linux and ``~/.zshrc`` for Zsh on macOS)::
266266

267-
export GMT_LIBRARY_PATH=$HOME/mambaforge/envs/pygmt/lib
267+
export GMT_LIBRARY_PATH=$HOME/miniforge3/envs/pygmt/lib
268268

269269
For Windows, add the ``GMT_LIBRARY_PATH`` environment variable following these
270270
`instructions <https://www.wikihow.com/Create-an-Environment-Variable-in-Windows-10>`__
271271
and set its value to a path like::
272272

273-
C:\Users\USERNAME\Mambaforge\envs\pygmt\Library\bin\
273+
C:\Users\USERNAME\Miniforge3\envs\pygmt\Library\bin\
274274

275275
Notes for Jupyter users
276276
-----------------------

0 commit comments

Comments
 (0)