[Chandler-dev] Subzilla updated
Phillip J. Eby
pje at telecommunity.com
Thu Jul 13 21:24:30 PDT 2006
At 07:08 PM 7/13/2006 -0700, Jeffrey Harris wrote:
>To install subzilla, run
>
>easy_install subzilla
>
>This will download the subzilla and twill libraries from PyPi and create
>the subzilla script for you. If you don't have easy_install, download
>and run http://peak.telecommunity.com/dist/ez_setup.py
FYI, you can include ez_setup in your distribution, which means that people
who don't have setuptools installed will be able to install it with "python
setup.py install". This will install setuptools and easy_install along
with your package.
See:
http://peak.telecommunity.com/DevCenter/setuptools#using-setuptools-without-bundling-it
And:
http://peak.telecommunity.com/DevCenter/setuptools#managing-multiple-projects
More information about the chandler-dev
mailing list