[Ubuntu]Pyqt5 설치 및 qt designer 설치
2022. 2. 11. 21:00ㆍ개발로그/기타
반응형
Ubuntu 환경에서 Pyqt5를 설치 하고 qt designer를 실행 하기 위한 명령 리스트를 보여 준다.
PyQt & dev tool 설치
$ pip3 install pyqt5
$ sudo apt install python3-pyqt5
$ sudo apt install pyqt5-dev-tools
$ sudo apt install qttools5-dev-tools
Qt Designer 실행
$ designer
반응형
'개발로그 > 기타' 카테고리의 다른 글
[SAE J1939] DM1 ( Diagnostic Message 1) (0) | 2022.03.16 |
---|---|
[VSCode] VSCode 터미널을 Powershell에서 cmd로 변경하는 방법 (0) | 2022.02.12 |
[Windows] pip is configured with locations that require TLS/SSL에러 해결 방법 (0) | 2022.02.11 |
Tortoisegit 아이콘이 보이지 않을 때 (0) | 2018.07.16 |
Windows 10 홈에디션에서 원격 데스크탑 사용하기 (0) | 2018.07.13 |