Hızlı yanıt: kod örneği
stackoverflow.com how-do-i-install-pip-on-windows
-- Outdated -- use distribute, not setuptools as described here. --
-- Outdated #2 -- use setuptools as distribute is deprecated.As you mentioned pip doesn't include an independent installer, but you can install it with its predecessor easy_install.So: to easily install packages as in Linux :)
- Download the last pip version from here: http://pypi.python.org/pypi/pip#downloads
- Uncompress it
- Download the last easy installer for Windows: (download the .exe at the bottom of http://pypi.python.org/pypi/setuptools ). Install it.
- copy the uncompressed pip folder content into folder (don't copy the whole folder into it, just the content), because python command doesn't work outside
C:\Python2x\
folder and then run:C:\Python2x
python setup.py install
- Add your python to the path
C:\Python2x\Scripts
pip install package