Note: this is a draft description, to be updated...
Packages: Distribute, Easy_install, PIP...
Default version of pip is installed into Python 2.5 path.
This is an installation process of pip 3 version.
PIP can be installed with:
- standalone packet from command line
- easy_install which is installed with Distribute: Distribute -> Easy_install -> PIP
- standalone packet from command line
- easy_install which is installed with Distribute: Distribute -> Easy_install -> PIP
Common pip installation process:
- Download the last pip version from here: http://pypi.python.org/pypi/pip#downloads
- Uncompress it
- go to the uncompressed pip directory and execute:
python3 setup.py install
- Add your python to the $PATH (if necessary)
(from windows forum)
- Download the latest easy_installer for Windows: (download the .exe at the bottom of http://pypi.python.org/pypi/setuptools ). Install it.
- Install PIP from easy_installer ( http://guide.python-distribute.org/installation.html#distribute )
- Install Distribute http://pypi.python.org/pypi/distribute
- easy_install pip
- PIP usage: http://www.pip-installer.org/en/latest/index.html
Distribute documentation:
More:
Review of packages:
0 коммент.:
Post a Comment