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.
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
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
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
Python learning notes-use pip to install the module, pythonpip
We often need to install various modules when using Python, while pip is a very powerful module Installation tool. Similar to linux Yum, It can automatically resolve dependencies when
Pip-pip installation and usage tutorial
PipIt is a tool for installing and managing Python packages and a replacement product for easy_install. This article describes how to install Pip and some basic operations such as installing, updating, and
This article mainly introduces the Python package management tool-PIP Installation use guide, small series feel very good, now share to everyone, also for everyone to do a reference. Let's take a look at it with a little knitting.
"Preface"
Python
Install Python-Pip and Fabric in CentOS/Ubuntu
Recently, newsblur has been being deployed. You need to use fabric to deploy several Remote Server clusters. However, fabric must be installed using pip and other tools. For CentOS server version, pip
PipIt is a tool for installing and managing Python packages and a replacement product for easy_install. This article describes how to install pip and some basic operations such as installing, updating, and uninstalling the python package.1. pip
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.