python kivy installing | pip install kivy | virtualenv

preview_player
Показать описание
#kivy #python3 #virtualenv #successful_install
In this video it is been shown that how to install kivy in python3. You need not to use anaconda or pycharm or other stuffs to install kivy. You just need to ensure you have installed python on your computer.

useful commands:
python -m pip install --upgrade pip setuptools virtualenv
python -m virtualenv kv [kv is the name of directory. It can be anything except kivy]
kv\Scripts\activate [for windows]
source kv/Scripts/activate [for bash in windows]
source kv/bin/activate [for linux or MacOS]
python -m pip install "kivy[base]" kivy_examples

python shell:
import kivy
kivy.__version__
Рекомендации по теме
Комментарии
Автор

why do you have a folder named "KKK" ?

Giuliano