isbecker / pipwin

Install compiled python libraries for windows provided by Christoph Gohlke

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pipwin

Latest Version Downloads License

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.

QuickStart

>> pip install pipwin
>> pipwin search cv

Did you mean any of these ?

  * cvxopt
  * opencv-python
  * abcview
  * cvxpy

>> pipwin install opencv-python

Details

  • On first run, pipwin builds a cache of available package list in ~/.pipwin.
  • You can force a cache rebuild using : pipwin refresh
  • List all available packages : pipwin list
  • Search packages : pipwin search <partial_name/name>
  • Install packages : pipwin install <package>
  • Uninstall packages (Can directly use pip for this) : pipwin uninstall <package>

Free software: BSD license

About

Install compiled python libraries for windows provided by Christoph Gohlke

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Python 100.0%