builtin, circo, circup, cjxl, clamdscan, clang-*, cli53: add Korean translation (#13967)
This commit is contained in:
24
pages.ko/common/circup.md
Normal file
24
pages.ko/common/circup.md
Normal file
@@ -0,0 +1,24 @@
|
||||
# circup
|
||||
|
||||
> CircuitPython 라이브러리 업데이트 도구.
|
||||
> 더 많은 정보: <https://github.com/adafruit/circup>.
|
||||
|
||||
- 장치의 모듈을 대화형 방식으로 업데이트:
|
||||
|
||||
`circup update`
|
||||
|
||||
- 새로운 라이브러리 설치:
|
||||
|
||||
`circup install {{라이브러리_이름}}`
|
||||
|
||||
- 라이브러리 검색:
|
||||
|
||||
`circup show {{부분문자열_이름}}`
|
||||
|
||||
- `requirements.txt` 형식으로 연결된 장치의 모든 라이브러리를 나열:
|
||||
|
||||
`circup freeze`
|
||||
|
||||
- 연결된 장치의 모든 라이브러리를 현재 디렉터리에 저장:
|
||||
|
||||
`circup freeze -r`
|
Reference in New Issue
Block a user