반응형
1. python 3.7.0 설치 (설치시 환경변수 체크 on)
https://www.python.org/downloads/release/python-370/
2. visual studio 설치
https://code.visualstudio.com/download
3. cmd에서 아래 명령어 입력
python -m pip install --upgrade pip wheel setuptools virtualenv
python -m virtualenv kivy_venv
kivy_venv\Scripts\activate
python -m pip install docutils pygments pypiwin32 kivy_deps.sdl2==0.1.* kivy_deps.glew==0.1.*
python -m pip install kivy_deps.gstreamer==0.1.*
python -m pip install kivy_deps.angle==0.1.*
pip install kivy[base] kivy_examples --pre --extra-index-url https://kivy.org/downloads/simple/
python -m pip install kivy==1.11.1
python -m pip install kivy_examples==1.11.1
python kivy_venv\share\kivy-examples\demo\showcase\main.py
반응형
'category > python' 카테고리의 다른 글
chatGPT를 활용한 티스토리 썸네일 자동 업로드 with python(미완성) (1) | 2023.02.21 |
---|---|
python web scraping - google image (PyQt) (0) | 2021.07.06 |
python web scraping (0) | 2021.02.27 |
python 모듈 만들기 (0) | 2021.02.26 |
python slicing 방법 (0) | 2021.02.21 |
댓글