问题描述
我一直在尝试在qpython上安装其他库.不幸的是,到目前为止,我发现的文档非常稀疏(例如, http://wiki.qpython .org/doc/install-libraries/).它说您可以在pip控制台上安装库,但没有任何地方解释这意味着什么,也没有解释如何访问pip控制台等.
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.
第二个选项是将库添加到以下文件夹:/sdcard/com.hipipal.qpyplus/lib/python3.2/site-packages(对于QPython3)
The second option is to add the library into the following folder: /sdcard/com.hipipal.qpyplus/lib/python3.2/site-packages (For QPython3)
第二个选择对我来说似乎很直截了当,但是我如何获得正确的库(例如在github等上)
This second option seems straight forward to me, yet how do I get the correct library (e. g. on github etc.)
推荐答案
单击主页上的包按钮,然后可以使用qpypi安装numpy! :)
Click the package button on the home page, then you can install numpy with qpypi! :)
希望获得帮助! :)
这篇关于在qpython中安装numpy的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!