一、解压后bin文件夹里有setup.py
进入到setup.py的目录,执行命令: sudo python3 setup.py install
二、以.whl结尾的文件
直接运行命令: sudo pip3 install xxx.whl(文件名)