Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 480 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 480 Bytes

Kivy

How to Create Virtual Env

Virtual Environment should be created as many libraries has to be installed, so that those installed libraries don't affect whole file system, it only affects to that particular environment (folder)

pip install kivy

pip install docutils pygments pypiwin32 kivy.deps.sdl2 kivy.deps.glew

pip install kivy.deps.gstreamer

pip install kivy.deps.angle