在Linux中安装adb和Python环境

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环境)