Kivy
Kivy installation in Ubuntu
we are going to install through git.
first, we are going to complete all the dependencies.
for Python 2:
sudo pip install cython docutils pygments
for Python 3:
sudo pip3 install cython docutils pygments
now clone the repository from git
git clone https://github.com/kivy/kivy
if you don't have git then type following commands
sudo apt-get install git
cd kivy
Now install the Kivy:
Comments
Post a Comment