본문 바로가기
개발환경

[Ubuntu] pyqt5 및 qtdesigner 설치

by 초이MS 2020. 12. 21.

목적

pyqt5 및 qt designer 등을 설치한다.

과정

  1. terminal에서 다음의 커맨드들을 입력한다.

       $ pip3 install pyqt5  
     $ sudo apt install python3-pyqt5  
     $ sudo apt install pyqt5-dev-tools
     $ sudo apt install qttools5-dev-tools
  2. 다음의 커맨드를 입력하여 qt desinger가 설치되어있는지 확인한다.

       $ designer

    커맨드 입력시 qt desinger화면이 나온다.

참고

https://gist.github.com/ujjwal96/1dcd57542bdaf3c9d1b0dd526ccd44ff

반응형

댓글