美文网首页
在Linux中安装adb和Python环境

在Linux中安装adb和Python环境

作者: 芦苇_51b4 | 来源:发表于2018-03-26 14:18 被阅读0次

1、sudo apt-get update
2、sudo apt-get install android-tools-adb android-tools-fastboot
3、apt-get install python-pip 安装pip
4、sudo pip install --upgrade pip 升级pip

5、sudo apt-get install python-wxgtk3.0 安装python环境

6、pip install requests
7、pip install flask
8、apt-get install python-pyaudio

windows安装库 python -m pip install pyaudio

相关文章

网友评论

      本文标题:在Linux中安装adb和Python环境

      本文链接:https://www.haomeiwen.com/subject/cylrcftx.html