Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Drop Mambaforge Python distribution, add warning regarding Anaconda #12898

Merged
merged 5 commits into from
Oct 30, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 12 additions & 4 deletions doc/install/manual_install_python.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,18 @@ Installing Python
MNE-Python requires Python and several Python packages. MNE-Python
version |version| requires Python version |min_python_version| or higher.

We recommend using a conda-based Python installation, such as `Anaconda`_, `Miniconda`_,
`MiniForge`_, or `Mambaforge`_. For new users we recommend our pre-built :ref:`installers`,
which use conda environments under the hood.

We recommend using a ``conda``-based Python installation, such as
`Anaconda`_, `Miniconda`_, or `Miniforge`_. For new users we recommend
our pre-built :ref:`installers`, which use ``conda`` environments under the hood.

.. warning::
Anaconda, the company that develops the Anaconda and Miniconda Python
distributions, is now strictly enforcing its end-user license agreement.
This means that if you're found using the software in a commercial setting,
you may be required to purchase a license. If you're unsure about your
usage, we highly recommend using Miniforge or our installers instead. These
options, by default, avoid Anaconda packages and rely on community-created
packages from the `conda-forge`_ project.
hoechenberger marked this conversation as resolved.
Show resolved Hide resolved

.. _other-py-distros:

Expand Down
2 changes: 1 addition & 1 deletion doc/links.inc
Original file line number Diff line number Diff line change
Expand Up @@ -110,10 +110,10 @@
.. _anaconda: https://www.anaconda.com/products/individual
.. _miniconda: https://conda.io/en/latest/miniconda.html
.. _miniforge: https://github.com/conda-forge/miniforge
.. _mambaforge: https://mamba.readthedocs.io/en/latest/installation/mamba-installation.html
.. _installation instructions for Anaconda: http://docs.continuum.io/anaconda/install
.. _installation instructions for Miniconda: https://conda.io/projects/conda/en/latest/user-guide/install/index.html
.. _Anaconda troubleshooting guide: http://conda.pydata.org/docs/troubleshooting.html
.. _conda-forge: https://conda-forge.org

.. installation links

Expand Down
Loading