pip-Win
No more Windows command prompt !
pip-Win is made available under the GNU Lesser General Public Licence.
Installation
pip-win_1.9.exe, then execute it to launch pip-Win. Follow these instructions if you are behind a proxy that prevents pip-Win from downloading files. Feel free to create additional shortcuts to the file where you find it most convenient.
You can also create the pip-win executable from source code, using NSIS.
If you are not behind a proxy, you are advised to immediately upgrade your distribute/pip/virtualenv version :
upgrade
in the command field and click Run. Also, the installation of some Python packages require a C++ compiler. Here is how to install this compiler if needed (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 separate windows.
Pip-Win displays the list of Python interpreters installed in the c:\pythonxx
standard locations, in the C:\pypy-x.x
directory, 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, and StackOverflow. So, feel free to refer to this page on your installation page, as Flexget does.
pip install xx
will install xx, but not the required packages : you need to install each dependency separately.Please report other issues here.
pip-Win takes great care of improving the security of your PC when using pypi:
https:
download to get the latest setuptools and pip. This avoids the risk of Man-in-the-middle attack