Can someone provide me with clear install instructions for kivy?
Their install instruction is not very good. But I have tried, which I've found here:
sudo add-apt-repository ppa:kivy-team/kivy
sudo apt-get update
sudo apt-get install kivy
Put their example inside kivytest.py and get:
Traceback (most recent call last):
File "kivytest.py", line 1, in <module>
from kivy.app import App
ImportError: No module named 'kivy'
sudo apt-get install python3-kivy
? – jmetz Apr 29 '14 at 14:50apt-get
? – jmetz Apr 30 '14 at 13:24