1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-06-05 08:46:15 +02:00
tldr/pages.ko/windows/pipwin.md
Chooooo dbfe659054
print,po*,pipwin,pa*: add Korean translation (#14492)
* print,po*,pipwin,pa*: add Korean translation

* path: fix whitespace
2024-10-31 16:35:44 +09:00

28 lines
637 B
Markdown

# 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}}`