At 07:47 AM 4/21/2006 -0400, Charlie Moad wrote:
>On 4/20/06, bear <[EMAIL PROTECTED]> wrote:
> >
> > Charlie Moad wrote:
> > > When issuing an "--upgrade" option, can the "download_url" be checked
> > > automatically, or is there an existing way I can get a handle on that
> > > "download_url" vari
On 4/20/06, bear <[EMAIL PROTECTED]> wrote:
>
> Charlie Moad wrote:
> > When issuing an "--upgrade" option, can the "download_url" be checked
> > automatically, or is there an existing way I can get a handle on that
> > "download_url" variable to pass to easy_install? Any advice would be
> > appre
Charlie Moad wrote:
> When issuing an "--upgrade" option, can the "download_url" be checked
> automatically, or is there an existing way I can get a handle on that
> "download_url" variable to pass to easy_install? Any advice would be
> appreciated.
>
Check out the --find-links option:
ea
I am using setuptools to maintain some plugins I wrote for a
python based protein viewer. I would like to have another plugin that
simply checks for updates for the currently installed plugins. Code
may help, so basically I would like to run:
from setuptools.command import easy_install
easy