common/u*: add and update Korean translation (#14522)

This commit is contained in:
코드싸이
2024-11-02 02:56:27 +09:00
committed by GitHub
parent ca7166e59a
commit 44f4f2b76d
32 changed files with 675 additions and 6 deletions

View File

@@ -0,0 +1,24 @@
# uv tool
> Python 패키지가 제공하는 명령을 설치하고 실행.
> 더 많은 정보: <https://docs.astral.sh/uv/reference/cli/#uv-tool>.
- 패키지를 설치하지 않고 명령 실행:
`uv tool run {{명령}}`
- Python 패키지를 시스템 전역에 설치:
`uv tool install {{패키지}}`
- 설치된 Python 패키지 업그레이드:
`uv tool upgrade {{패키지}}`
- Python 패키지 제거:
`uv tool uninstall {{패키지}}`
- 시스템 전역에 설치된 Python 패키지 나열:
`uv tool list`