Download and installation tutorials for Windows system NumPy

Source: Internet
Author: User

NumPy is a powerful, Python-based scientific computing package. To install NumPy First you must install Python first. Python installation is very simple, I installed the python3.4.

Tools/Materials
    • The Installed Python program
    • NumPy installation files
Method/Step
  1. Download the NumPy installation file for your PC first. I am python3.4 version, 32-bit Windows system, so the download is this: NUMPY-1.11.2-CP34-NONE-WIN32.WHL (MD5, PGP)

    : Https://pypi.python.org/pypi/numpy#downloads

  2. After downloading, place the files in the Scripts folder in the Python installation directory. If Python is installed correctly, there should be Pip and Easy_install in this folder.
  3. Then add the above folder path to the system variable.

    Here's how: Copy the Scripts directory and then "right-click Computer-Properties-Advanced system settings-environment variables-System Variables-path-edit It" paste the path you just made.

  4. then enter the path + file name of the pip3.4 install +numpy under the DOS command. For example mine is: pip3.4 install d:\python34\scripts\numpy-1.11.2-cp34-none-win32.whl#md5= 532f1b0a76ca4157e897cf823b06cc3b.whl
  5. Successful installation will prompt successfully installed.
  6. Finally, to verify that there is no success, you can enter the import numpy in Python, if the exception is not prompted, the installation is successful------------------------------------------------------- ----------------------------------------------------------------reprinted from: https://jingyan.baidu.com/article/ 03b2f78c0473e55ea237aeca.html

Download and installation tutorials for Windows system NumPy

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.