Skip to content

Instantly share code, notes, and snippets.

@qwcode
Created December 7, 2012 06:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save qwcode/4231109 to your computer and use it in GitHub Desktop.
Save qwcode/4231109 to your computer and use it in GitHub Desktop.
Usage: pip COMMAND [OPTIONS]
Commands:
bundle Create pybundles (archives containing multiple packages)
freeze Output all currently installed packages (exact versions) to stdout
help Show available commands
install Install packages
search Search PyPI
show Output installed distributions (exact versions, files) to stdout
uninstall Uninstall packages
unzip Unzip individual packages
zip Zip individual packages
Options:
-h, --help Show help
-v, --verbose Give more output
-V, --version Show version and exit
-q, --quiet Give less output
--log <FILENAME> Log file where a complete (maximum verbosity) record will be kept
--proxy <PROXY> Specify a proxy in the form user:passwd@proxy.server:port. Note that the user:password@ is optional and required only if you are behind an authenticated proxy. If you provide user@proxy.server:port then
you will be prompted for a password.
--timeout <SECONDS> Set the socket timeout (default 15 seconds)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment