윈도우 Python3에서 PyQt5, Qt Designer 설치 방법
컨텐츠 정보
- 20,270 조회
- 0 추천
- 목록
본문
윈도우 Python3에서 PyQt5, Qt Designer 설치 방법 [32bit 기준]
Python3에서 PyQt5 설치 방법
> pip3 install pyqt5
Python3에서 Qt Designer 설치 방법
> pip3 install pyqt5-tools
Windows 10 기준 Qt Designer 실행파일 위치
C:\Users\{사용자}\AppData\Local\Programs\Python\Python36-32\Lib\site-packages\pyqt5-tools\designer.exe
----------------------------------------------------------------
Windows 10 Anaconda3 기준 실행파일 위치
C:\Users\{사용자}\Anaconda3\Library\bin\designer.exe
관련자료
댓글 0
등록된 댓글이 없습니다.