You are not logged in.
This is a rather noob question.
How do I use "Kivy" https://kivy.org/#home , in my IDE Geany?
I have downloaded Kivy, and looked at the installation guide.
And when I try this part...
python -m pip install --upgrade pip wheel setuptools
My terminal says...
/usr/bin/python: No module named pip
And I suppose I need this "pip" for the next step.
python -m pip install kivy
I know this is a noobish question, but would like some help.
And back to the original question. How would I use this in Geany?
Last edited by xbadog (2016-08-22 03:01:26)
Offline
I figured it out.
Install the python-pip package and proceed.
Last edited by xbadog (2016-08-22 03:01:04)
Offline