Skip to content

Commit 2faa2e8

Browse files
committed
Deploying to main from @ numpy/numpy.org@e84097d 🚀
1 parent 4ea9b41 commit 2faa2e8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

install/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
</a><a href=/contribute class=navbar-item>Contribute</a><div class="navbar-item has-dropdown"><a aria-label="Select language" class=navbar-link>English</a><div class=navbar-dropdown><a href=/pt/install/ class=navbar-item>Português
1212
</a><a href=/ja/install/ class=navbar-item>日本語 (Japanese)</a></div></div></div></div></div></nav><section class=content-padding><div class=content-container><ul id=breadcrumbs class=bd-breadcrumbs><li class="breadcrumb-item breadcrumb-home"><a href=/><i class="fas fa-home"></i></a></li><li class=breadcrumb-item><a href=/install/>Installing NumPy</a></li></ul><h1>Installing NumPy</h1><div><p>The only prerequisite for installing NumPy is Python itself. If you don&rsquo;t have
1313
Python yet and want the simplest way to get started, we recommend you use the
14-
<a href=https://www.anaconda.com/distribution>Anaconda Distribution</a> - it includes
14+
<a href=https://www.anaconda.com/download>Anaconda Distribution</a> - it includes
1515
Python, NumPy, and many other commonly used packages for scientific computing
1616
and data science.</p><p>NumPy can be installed with <code>conda</code>, with <code>pip</code>, with a package manager on
1717
macOS and Linux, or <a href=https://numpy.org/devdocs/building>from source</a>.
@@ -34,7 +34,7 @@
3434
operating system of interest. If you&rsquo;re in between &ldquo;beginning&rdquo; and &ldquo;advanced&rdquo;,
3535
please go with &ldquo;beginning&rdquo; if you want to keep things simple, and with
3636
&ldquo;advanced&rdquo; if you want to work according to best practices that go a longer way
37-
in the future.</p><h3 id=beginning-users>Beginning users<a class=headerlink href=#beginning-users title="Link to this heading">#</a></h3><p>On all of Windows, macOS, and Linux:</p><ul><li>Install <a href=https://www.anaconda.com/distribution/>Anaconda</a> (it installs all
37+
in the future.</p><h3 id=beginning-users>Beginning users<a class=headerlink href=#beginning-users title="Link to this heading">#</a></h3><p>On all of Windows, macOS, and Linux:</p><ul><li>Install <a href=https://www.anaconda.com/download>Anaconda</a> (it installs all
3838
packages you need and all other tools mentioned below).</li><li>For writing and executing code, use notebooks in
3939
<a href=https://jupyterlab.readthedocs.io/en/stable/index.html>JupyterLab</a> for
4040
exploratory and interactive computing, and

0 commit comments

Comments
 (0)