Life is short, you need Python

Python之EasyInstall

EasyInstall is a package manager for the Python programming language that provides a standard format for distributing Python programs and libraries (based on the Python Eggs wrapper). easy_install is a module bundled with setuptools, a third-party library meant to enhance the Python standard library's distutils (Distribution utilities).[1] It is analogous to RubyGems for the Ruby programming language.

By default, EasyInstall looks in the Python Package Index (PyPI) for the desired packages and uses the metadata there to download and install the package and its dependencies. It is also hosted itself on the PyPI.

http://pypi.python.org/pypi/setuptools#downloads

posted @ 2011-04-21 11:11  runfox545  阅读(669)  评论(0编辑  收藏  举报
白月黑羽 Python教程 白月黑羽Python