如何使用pip-console安装库? [英] How to install library with pip-console?

查看:531
本文介绍了如何使用pip-console安装库?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我从GitHub下载了一些python库软件包(例如uncompile2).如何使用pip-console从Android设备中的目录将其安装到Qpython中?或者至少尝试安装...

I downloaded some python library package (for example uncompile2) from GitHub. How I can install it into Qpython from the directory in my android device with pip-console? Or at least to try install...

推荐答案

您可以将要安装的模块复制到site-packages文件夹中

You could copy the modules you want installed into the site-packages folder

使用文件管理器打开文件夹:
/sdcard/com.hipipal.qpyplus/lib/python2.7/site-packages/
在那可以放置模块,我还没有在pip控制台上尝试过.

using a file manager open up the folder:
/sdcard/com.hipipal.qpyplus/lib/python2.7/site-packages/
that is where you can put the modules, i have not tried it with the pip console.

这篇关于如何使用pip-console安装库?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆