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基础学