System Grab Bag

View all TLDR pages from Windows (or from all pages)

pipwin

A tool to install unofficial Python package binaries on Windows. More information: https://github.com/lepisma/pipwin.
  • List all available packages for download:
    pipwin list
  • Search packages:
    pipwin search {{partial_name|name}}
  • Install a package:
    pipwin install {{package}}
  • Uninstall a package:
    pipwin uninstall {{package}}
  • Download a package to a specific directory:
    pipwin download --dest {{path\to\directory}} {{package}}
  • Install packages according to requirements.txt:
    pipwin install --file {{path\to\requirements.txt}}

License and Disclaimer

The content on this page is copyright © 2014—present the tldr-pages team and contributors.
This page is used with permission under Creative Commons Attribution 4.0 International License.

While we do attempt to make sure content is accurate, there isn't a warranty of any kind.