Python Learning (vi) Modules-third-party modules

Source: Internet
Author: User
Python third-party modules install third-party modules

In Python, the installation of a third-party module is done through the Setuptools tool. Python has two package management tools that encapsulate Setuptools: Easy_install and Pip. Currently, it is recommended to use PIP.

If you are using Mac or Linux, install the PIP itself this step can be skipped. If you are using Windows, make sure that Pip and add Python.exe to Path are checked during installation.

Under the Command Prompt window, try to run Pip and if the Windows prompt does not find a command, you can rerun Setup to add pip; see cmd Run results below

    

Usually third-party libraries will be registered in the official Python pypi.python.org website, to install a third-party library, you must first know the name of the library, you can search on the official website or PyPI, usually three-party library on the official website has documentation and sample instructions.

    

   

Python Learning (vi) Modules-third-party modules

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.