You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/install.rst
+33-12Lines changed: 33 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -59,7 +59,10 @@ Installing the latest release
59
59
<spanclass="sk-expandable"data-packager="pip"data-os="windows">Install the 64bit version of Python 3, for instance from <ahref="https://www.python.org/">https://www.python.org</a>.</span
60
60
><spanclass="sk-expandable"data-packager="pip"data-os="mac">Install Python 3 using <ahref="https://brew.sh/">homebrew</a> (<code>brew install python</code>) or by manually installing the package from <ahref="https://www.python.org">https://www.python.org</a>.</span
61
61
><spanclass="sk-expandable"data-packager="pip"data-os="linux">Install python3 and python3-pip using the package manager of the Linux Distribution.</span
62
-
><spanclass="sk-expandable"data-packager="conda"><ahref="https://docs.conda.io/projects/conda/en/latest/user-guide/install/">Install conda</a> (no administrator permission required).</span>
62
+
><spanclass="sk-expandable"data-packager="conda"
63
+
>Install conda using the <ahref="https://docs.conda.io/projects/conda/en/latest/user-guide/install/">Anaconda or miniconda</a>
64
+
installers or the <ahref="https://https://github.com/conda-forge/miniforge#miniforge">miniforge</a> installers
65
+
(no administrator permission required for any of those).</span>
63
66
</div>
64
67
65
68
Then run:
@@ -106,17 +109,15 @@ In order to check your installation you can use
106
109
</div>
107
110
108
111
Note that in order to avoid potential conflicts with other packages it is
109
-
strongly recommended to use a virtual environment, e.g. python3 ``virtualenv``
110
-
(see `python3 virtualenv documentation
111
-
<https://docs.python.org/3/tutorial/venv.html>`_) or `conda environments
112
+
strongly recommended to use a `virtual environment (venv)
113
+
<https://docs.python.org/3/tutorial/venv.html>`_ or a `conda environment
0 commit comments