Installing numpy in qpython

Guisante picture Guisante · Dec 29, 2016 · Viewed 15.7k times · Source

I've been trying to install additional libraries on qpython. Unfortunately the documentation I've found so far is very sparse (e. g. http://wiki.qpython.org/doc/install-libraries/). It says you can install libraries on pip console but it doesn't explain anywhere what that means, neither how to access pip console etc.

The second option is to add the library into the following folder: /sdcard/com.hipipal.qpyplus/lib/python3.2/site-packages (For QPython3)

This second option seems straight forward to me, yet how do I get the correct library (e. g. on github etc.)

Answer

KirkSu picture KirkSu · Mar 13, 2017

enter image description here

enter image description here

enter image description here

Click the package button on the home page, then you can install numpy with qpypi! :)

Hope this help! :)