@@ -59,7 +59,7 @@ feature, code or documentation improvement).
59
59
instead.
60
60
61
61
#. Install a recent version of Python (3.9 or later at the time of writing) for
62
- instance using Miniforge3 _. Miniforge provides a conda-based distribution of
62
+ instance using Condaforge _. Conda-forge provides a conda-based distribution of
63
63
Python and the most popular scientific libraries.
64
64
65
65
If you installed Python with conda, we recommend to create a dedicated
@@ -258,8 +258,8 @@ to enable OpenMP support:
258
258
259
259
For Apple Silicon M1 hardware, only the conda-forge method below is known to
260
260
work at the time of writing (January 2021). You can install the `macos/arm64 `
261
- distribution of conda using the `miniforge installer
262
- <https://github.com/ conda-forge/miniforge#miniforge > `_
261
+ distribution of conda using the `conda-forge installer
262
+ <https://conda-forge.org/download/ > `_
263
263
264
264
macOS compilers from conda-forge
265
265
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
@@ -482,4 +482,4 @@ the base system and these steps will not be necessary.
482
482
.. _Homebrew : https://brew.sh
483
483
.. _virtualenv : https://docs.python.org/3/tutorial/venv.html
484
484
.. _conda environment : https://docs.conda.io/projects/conda/en/latest/user-guide/tasks/manage-environments.html
485
- .. _ Miniforge3 : https://github.com/ conda-forge/miniforge#miniforge3
485
+ .. _ Condaforge : https://conda-forge.org/download/
0 commit comments