[Git] 윈도우10(window 10) 깃(Git) 설치하기 - Git 기초(0.5)
<aside> <img src="/icons/server_gray.svg" alt="/icons/server_gray.svg" width="40px" /> labelimg : object detection Img Labeling Tool
</aside>
<aside> 📌 시작하기 전 Tip
git clone
cmd 창에서 설치하고자 하는 경로에 git clone 주소 명령어를 입력
#입력 명령어
git clone [<https://github.com/HumanSignal/labelImg>](<https://github.com/HumanSignal/labelImg>)
설치 완료 후, labelImg 디렉토리에 들어간다.
cd labelImg
Install libraries
pyqt 설치
pip install pyqt5
lxml 설치
pip install lxml
pyrcc5 명령어 입력
pyrcc5 -o libs/resources.py resources.qrc