Lee McFadden wrote:
> Installing directly from SVN via easy_install isn't possible at the
> moment.

Not true, you just need to use an SVN url with a #egg=TurboGears
suffix.  The exact incantations are in the setuptools manual.  It'd be
something like:

   easy_install -f 'svn://somewhere/blah/trunk#egg=TurboGears'
TurboGears

Substituting the right svn: or http: URL, of course.  You should
probably also include the URL of the TurboGears download page in the -f
argument, so as to pick up the dependencies.

The only reason you can't just do "easy_install TurboGears==dev" the
way you can with setuptools is that Kevin hasn't put an
#egg=TurboGears-dev subversion link in his PyPI page, like the one
setuptools has.

Reply via email to