============ Install Numpy ============= .. module:: django.db.models Installing NumPy ================ If you have Anaconda, just write the following to install NumPy: .. console:: $ conda install numpy If instead you want to work without the support of this distribution, use the command-line pip command to install the NumPy library: .. console:: $ pip install numpy Using NumPy ============