1 Prefacepipis a Python package management tool, mainly for installation PyPI on the package, can replace the easy_install tool.
Github:https://github.com/pypa/pip
doc:https://pip.pypa.io/en/latest/
2 getting Pip2.1 Script
Turn from: http://jiayanjujyj.iteye.com/blog/1409819
Just started to learn python, in looking at the document and other people's blog to introduce the installation package with Easy_install, Setuptools, some use Pip,distribute, then what is the
This article mainly introduces the Python pip installed PyPI official website Third-party Library method, pip the latest version (more than 1.5 version), for security reasons, the PIP does not allow the installation of PyPI URLs, this article gives
Pip is similar to Yum in Redhat, and it's easy to install software. This section details the installation of PIP and how to use it, and I hope the article will help you understand the installation and use of PIP.1. Pip Download and install1.1 Pip
This article mainly introduces how to install third-party libraries of non-PyPI official website by pip in Python. The latest version of pip (version 1.5 or later) is out of security considerations, pip does not allow installation of non-PyPI URLs.
When I first started learning Python, I used easy_install, setuptools, and pip and distribute in reading the document and other blogs to introduce the installation packages. What is the relationship between these tools, you can see the figure below.
When you learn python, you see a lot of things that you don't know, likePip, is the Python Package management tool, Pip is the replacement of Easy_install.Distribute is an enhancement to the standard library Disutils module, and we know that
steps for Linux to install python3.6 and third-party libraries:My Linux is the CentOS 6.5 versionLinux most of the system default comes with python2.x version, the most common is python2.6 or python2.7, the default Python is a lot of system programs
1 Installation of PythonFirst, download the required Python version from the Python official website www.python.org, which is this:Http://www.python.org/ftp/python/2.7.6/python-2.7.6.msiThen, run the downloaded MSI installation package without
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.