1、安装whl包:
执行:pip install **.whl(前提是要安装好pip和wheel)
2、安装tar.gz包:
(1)解压 tar -zxvf xxx.tar.gz;
(2)·cd到解压后路径,执行python setup.py install