在Linux中安装adb和Python环境
2018-03-26 本文已影响0人
芦苇_51b4
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