PIP installs the Python library using domestic mirrored resources to speed up the download process

Source: Internet
Author: User

Pip default installation package is downloaded from the website https://pypi.org/simple, we can change it to a domestic mirror site, speed up the download process, the following to install the NumPy library as an example:

Pip Install-i https://pypi.tuna.tsinghua.edu.cn/simple NumPy

When downloading other libraries, change the numpy to the desired library name. (use Pip, PIP2, or PIP3 to determine the Python version you are pointing to.) )

Enter Pip Install-help in the terminal to discover the role of the parameter "-I":

Package Index Options:  -I,--index-url <url>       Base URL of the Python package index (default                              https:// Pypi.org/simple).  This should                              -a repository compliant with PEP 503 (the Simple                              repository API) or a local directory laid out In the                              same format.

PIP installs the Python library using domestic mirrored resources to speed up the download process

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.