Press "Enter" to skip to content

anaconda, pyQt5, COM 사용하기

파이썬 가상환경 만들기

아나콘다 파워쉘 실행

파이썬 3.8 / win32 가상환경 생성

conda create -n py38 python=3.8 --subdir win-32

활성화하기

conda activate py38

라이브러리 설치

 pip install pandas pyqt5 matplotlib pywin32

Be First to Comment

답글 남기기

이메일 주소는 공개되지 않습니다. 필수 필드는 *로 표시됩니다