blob: 52586f3d7d6ad9008d8a0357543bec9b3fc81935 (
plain)
1
2
3
4
5
6
7
8
9
10
|
****************
Installing NumPy
****************
In most use cases the best way to install NumPy on your system is by using a
pre-built package for your operating system. Please see
https://scipy.org/install.html for links to available options.
For instructions on building for source package, see
:doc:`building`. This information is useful mainly for advanced users.
|