In article <[EMAIL PROTECTED]>,
 Christopher Barker <[EMAIL PROTECTED]> wrote:
> Ned Deily wrote:
> > Ah, but there is a de-facto standard multi-platform Python versioning 
> > system out there in ever increasing use:  setuptools (a.k.a 
> > easy_install).
> OK I've heard eggs support versioning, but I've never actually seen it 
> used --how do you specify which version of a package you want to use 
> with setuptools?

The easiest way is to use the install_requires keyword in setup.py.  See 
the setuptools documentation here:

 <http://peak.telecommunity.com/DevCenter/setuptools>

-- 
 Ned Deily,
 [EMAIL PROTECTED]

_______________________________________________
Pythonmac-SIG maillist  -  Pythonmac-SIG@python.org
http://mail.python.org/mailman/listinfo/pythonmac-sig

Reply via email to