I have downloaded plyer from GitHub, but need some help installing it on Ubuntu. I have Kivy installed, but when I try to import the plyer module into my 'py' file I get 'ImportError: No module named plyer'.
How do I install plyer?
--
You received this message because you are subscribed to the Google Groups "Kivy users support" group.
To unsubscribe from this group and stop receiving emails from it, send an email to kivy-users+...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
The easiest way to install Plyer system-wide is to run:
sudo pip install git+https://github.com/kivy/plyer.git@master