[Numpy-discussion] Using setuptools develop mode with numpy distutils
Robert Kern
robert.kern at gmail.com
Wed Sep 18 05:20:51 EDT 2013
On Wed, Sep 18, 2013 at 12:16 AM, Chris Barker <chris.barker at noaa.gov>
wrote:
>
> Hi,
>
> I need to use numpy's distutils Extension to build a fortran / f2py
extension.
>
> But I also really like setuptools' "develop" mode.
Just import setuptools before doing the numpy.distutils imports. You don't
need to use setuptools.setup() in order to get access to the
setuptools-added commands.
--
Robert Kern
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/numpy-discussion/attachments/20130918/d5bf5c0a/attachment.html>
More information about the NumPy-Discussion
mailing list