http://blog.youkuaiyun.com/flydirk/article/details/8506463
用easy_install安装就可以了,安装之前需要python-setuptools,
sudo apt-get install python-setuptools
然后再安装egg文件就用如下命令就可以了,假设egg文件的文件名是xxx.egg
easy_install xxx.egg
更多信息:
setup-tools: http://pypi.python.org/pypi/setuptools
http://packages.python.org/distribute/easy_install.html
how to make egg file: http://www.worldhello.net/2010/12/08/2178.html
用easy_install安装就可以了,安装之前需要python-setuptools,
sudo apt-get install python-setuptools
然后再安装egg文件就用如下命令就可以了,假设egg文件的文件名是xxx.egg
easy_install xxx.egg
更多信息:
setup-tools: http://pypi.python.org/pypi/setuptools
http://packages.python.org/distribute/easy_install.html
how to make egg file: http://www.worldhello.net/2010/12/08/2178.html