mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-20 02:01:40 +00:00
Move pages under tldr, lint run.sh, update docs
This commit is contained in:
33
tldr/windows/pipwin
Normal file
33
tldr/windows/pipwin
Normal file
@@ -0,0 +1,33 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, windows]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# 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 o\directory}} {{package}}`
|
||||
|
||||
- Install packages according to `requirements.txt`:
|
||||
|
||||
`pipwin install --file {{path o
|
||||
Reference in New Issue
Block a user