pipwin is a complementary tool for pip on Windows. pipwin installs unofficial python package binaries for windows provided by Christoph Gohlke here http://www.lfd.uci.edu/~gohlke/pythonlibs/
Version 0.2.X changes the structure of cache file. Make sure to run `pipwin refresh` if updated.
>> pip install pipwin >> pipwin search cv Did you mean any of these ? * cvxopt * opencv-python * abcview * cvxpy >> pipwin install opencv-python >> pipwin install numpy>=1.11
On first run, pipwin builds a cache of available package list in
~/.pipwinYou can force a cache rebuild using :
pipwin refreshList all available packages :
pipwin listSearch packages :
pipwin search <partial_name/name>Install packages :
pipwin install <package>Also works version specifiers, e.g.
pipwin install <package>==<version>orpipwin install <package><=<version>Download only (to
~/pipwinor<dest>if provided) :pipwin download -d <dest> <package>Install from pipwin requirements file :
pipwin install -r requirements.txtDownload only from pipwin requirements file :
pipwin download -r requirements.txtUninstall packages (Can directly use pip for this) :
pipwin uninstall <package>
Free software: BSD license