Hi Joey,
if you're on OS X, I think you can use something like
kivy -m pip install <your_desired_package>
If you installed kivy in a virtual env, make sure you use the python interpreter used in that virtual env:
- either
activate the virtualenv (assuming you have a bash shell):source <your_kivy_virtualenv>/bin/activate
then
python -m pip install <your_desired_package>
- or
<your_kivy_virtualenv>/bin/python -m pip install <your_desired_package>
Does that help?
Op zaterdag 17 december 2016 21:17:03 UTC+1 schreef Joey daniel darko:
yeah,, i really wish someone can help out..im actually facing the same problem...