No more Windows command prompt !
pip-Win is made available under the GNU Lesser General Public Licence.
Download pip-win_1.6.exe from this page, then execute it. You can also create the pip-win executable from source code, using NSIS. Then, copy/paste a shortcut to it where you find it most convenient on your PC.
You are advised to immediately upgrade your distribute/pip/virtualenv version :
upgrade
in the command field and click Run. Repeat for each interpreter you might have.Also, some Python packages require a C++ compiler. Here are our recommendations (source):
When pip-Win starts, it detects the python interpreter currently active on your machine, and verifies that pip and virtualenv are installed. If not, it tries to install them (it fails if you are not online). The progress of the installation is shown in a command window.
Pip-Win displays the list of Python interpreters installed in the c:\pythonxx
standard locations, and in the virtual environments under c:\Python
(see venv below). You may switch to another interpreter by selecting it from the list, or by clicking the Browse button and by selecting the python.exe
file (or py.exe
, or pypy.exe
) of the interpreter. You can also type its path directly. Again, pip-Win will make sure that pip and virtualenv are installed in the library of that interpreter. It will also make sure that Windows file browser will use this interpreter to execute python programs (by associating this interpreter to .py
files; it does not change the windows PATH).
Once an interpreter is selected, you can enter one of the following commands and click Run :
Click Check package freshness to get the list of installed packages for the selected interpreter, with their version and the version on pypi. Finally, click the Upgrade all packages button to get their latest version from pypi.
After installation of a package, Python 3.3 users may wish to select the C:\windows\py.exe
interpreter to reactivate the Python Launcher.
Pip and package installation is a challenge for novice Python users on Windows. Pip-Win has had good reviews on Reddit. So, feel free to refer to this page on your installation page.
pip install xx
will install xx on a pypy virtualenv, but not the required packages : you need to install each package separately.Please report other issues here.
pip-Win takes great care of improving the security of your PC when using pypi:
http:
download, to avoid the risk of Man-in-the-middle attack