+ 2
How to install Kivy framework on windows?
I can't install kivy..plz help
3 Answers
+ 5
On Linux and iOS
$ sudo pip install kivy
I don't know about Windows
+ 1
Try open CMD as administrator and python -m pip install kivy
0
Hi, here is the very good guide how to do it on the windows. I've followed it and it really worked.