More explicit setup.py explanation.
authorRobert Bradshaw <robertwb@math.washington.edu>
Wed, 20 May 2009 20:11:07 +0000 (13:11 -0700)
committerRobert Bradshaw <robertwb@math.washington.edu>
Wed, 20 May 2009 20:11:07 +0000 (13:11 -0700)
docs/tutorial.rst

index 3afe6626f401d2df35152dd9960fb11fa37f6229..47766e2bad2392c6dc898dddcfdeb03d61b981f3 100644 (file)
@@ -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