都是python 的包,可以用来安装的

__.whl__文件是一个python的包,对应的安装方式是:

pip install xx.whl

__.egg__文件也是一个python的包,对应的安装方式是用

ez_install install xx.egg

相关文章: