[Pythonmac-SIG] Problem with numpy on Leopard

Ned Deily nad at acm.org
Fri Nov 2 06:53:55 CET 2007


In article <472AB304.2080301 at noaa.gov>,
 Christopher Barker <Chris.Barker at noaa.gov> 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,
 nad at acm.org



More information about the Pythonmac-SIG mailing list