8293 Forks
23948 Stars
23948 Watchers

numpy

The fundamental package for scientific computing with Python.

How to download and setup numpy

Open terminal and run command
git clone https://github.com/numpy/numpy.git
git clone is used to create a copy or clone of numpy repositories. You pass git clone a repository URL.
it supports a few different network protocols and corresponding URL formats.

Also you may download zip file with numpy https://github.com/numpy/numpy/archive/master.zip

Or simply clone numpy with SSH
[email protected]:numpy/numpy.git

If you have some problems with numpy

You may open issue on numpy support forum (system) here: https://github.com/numpy/numpy/issues