From 6bc409a85f0b54c6ca2fe480c95ed366adeae1f5 Mon Sep 17 00:00:00 2001 From: Isuru Fernando <isuruf@gmail.com> Date: Sun, 10 May 2020 13:52:19 -0500 Subject: [PATCH] Mention miniforge for power and arm --- doc/misc.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/misc.rst b/doc/misc.rst index b8fad291..89e7c5d9 100644 --- a/doc/misc.rst +++ b/doc/misc.rst @@ -11,7 +11,9 @@ package manager. On Linux or OS X, the following set of instructions should work: -#. Install a version of `miniconda <https://conda.io/miniconda.html>`_ +#. Install a version of + `miniforge <https://github.com/conda-forge/miniforge#miniforge3>`_ + or `miniconda <https://conda.io/miniconda.html>`_ that fits your system. Both Python 2 and Python 3 work. You can install these pieces of software in your user account and do not need root/administrator privileges. -- GitLab