termux怎么安装python库_Python termux-apt-repo包_程序模块 - PyPI - Python中文网
使用说明
在termux中,使用packages install termux-apt-repo安装并执行
作为:termux-apt-repo [-h] [--use-hard-links] input output [dist] [comp]
positional arguments:
input folder where .deb files are located
output folder with repository tree
dist name of distribution folder. deb files are put into
output/dists/distribution/component/binary-$ARCH/
comp name of component folder. deb files are put into
output/dists/distribution/component/binary-$ARCH/
optional arguments:
-h, --help show this help message and exit
--use-hard-links use hard links instead of copying deb files. Will not work
on an android device
当使用外部termux时(脚本应该在大多数linux上工作
发行版),使用pip3 install termux-apt-repo安装。
第一个目录中的所有.deb文件都将发布到
在第二个目录中创建了apt存储库(如果
它存在,所以要小心。
总结
以上是生活随笔为你收集整理的termux怎么安装python库_Python termux-apt-repo包_程序模块 - PyPI - Python中文网的全部内容,希望文章能够帮你解决所遇到的问题。
- 上一篇: 卡方分布的期望和方差_T检验、F检验、卡
- 下一篇: python基础笔记_python基础学