Kivy-GUI-Example
Kivy-GUI-Example copied to clipboard
virtual environment
First activate virtual environment and run main.py
Uh, I don't think it's wise to commit a whole virtual environment, because if you do, it'll take a long time to clone. Plus its kind of useless.
Sometime system's path environment is not aware of virtualenv.exe
install virtualenv pip install virtualenv
run command in the directory where you want virtual environment : python3 -m virtualenv venv
@AvTe you can do that but committing a whole virtual environment isn't wise 'cause again, it'll take forever to clone, even on high network speeds.