1. 程式人生 > >阿里雲伺服器(Ubuntu)樹莓派 安裝python3、ffmpeg命令

阿里雲伺服器(Ubuntu)樹莓派 安裝python3、ffmpeg命令

安裝python3

sudo apt-get update
sudo apt-get install python3

安裝python3的pip

 sudo apt-get install python3 python3-pip

安裝ffmpeg

sudo apt-get install ffmpeg
pip3 install ffmpey