1.获取tar.gz安装包2.解压 tar -xvzf 文件名3.切换到解压后的文件夹 cd4.编译 python setup.py build5.安装 python setup.py install 安装顺序 setuptools>pip