mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
556 B
556 B
circup
CircuitPython 라이브러리 업데이트 도구. 더 많은 정보: https://github.com/adafruit/circup.
- 장치의 모듈을 대화형 방식으로 업데이트:
circup update
- 새로운 라이브러리 설치:
circup install {{라이브러리_이름}}
- 라이브러리 검색:
circup show {{부분문자열_이름}}
requirements.txt
형식으로 연결된 장치의 모든 라이브러리를 나열:
circup freeze
- 연결된 장치의 모든 라이브러리를 현재 디렉터리에 저장:
circup freeze -r