From: Robert Bradshaw Date: Wed, 20 May 2009 20:11:07 +0000 (-0700) Subject: More explicit setup.py explanation. X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=c96dd34b2820e62ed550e19e2d489b2482782d65;p=cython.git More explicit setup.py explanation. --- diff --git a/docs/tutorial.rst b/docs/tutorial.rst index 3afe6626..47766e2b 100644 --- a/docs/tutorial.rst +++ b/docs/tutorial.rst @@ -39,7 +39,7 @@ So lets start with the canonical python hello world:: So the first thing to do is rename the file to :file:`helloworld.pyx`. Now we need to make the :file:`setup.py`, which is like a python Makefile (for more -information see :ref:`compilation`):: +information see :ref:`compilation`). Your :file:`setup.py` should look like:: from distutils.core import setup from distutils.extension import Extension