add new chinese translations
This commit is contained in:
28
pages.zh/windows/pipwin.md
Normal file
28
pages.zh/windows/pipwin.md
Normal file
@@ -0,0 +1,28 @@
|
||||
# pipwin
|
||||
|
||||
> 一种在 Windows 上安装非官方 Python 包二进制文件的工具。
|
||||
> 更多信息:<https://github.com/lepisma/pipwin>。
|
||||
|
||||
- 列出所有可下载的包:
|
||||
|
||||
`pipwin list`
|
||||
|
||||
- 搜索包:
|
||||
|
||||
`pipwin search {{部分名称|名称}}`
|
||||
|
||||
- 安装一个包:
|
||||
|
||||
`pipwin install {{包}}`
|
||||
|
||||
- 卸载一个包:
|
||||
|
||||
`pipwin uninstall {{包}}`
|
||||
|
||||
- 将一个包下载到指定目录:
|
||||
|
||||
`pipwin download --dest {{路径\到\目录}} {{包}}`
|
||||
|
||||
- 根据 `requirements.txt` 安装包:
|
||||
|
||||
`pipwin install --file {{路径\到\requirements.txt}}`
|
Reference in New Issue
Block a user