星期二, 5月 31, 2011

for python app distribution.

pip
===

Run easy_install or pip::

$ pip install distribute

Source installation
===================

Download the source tarball, uncompress it, then run the install command::

$ curl -O http://pypi.python.org/packages/source/d/distribute/distribute-0.6.15.tar.gz
$ tar -xzvf distribute-0.6.15.tar.gz
$ cd distribute-0.6.15
$ python setup.py install

沒有留言: