Update build instructions.

This commit is contained in:
Stefan van der Walt
2009-10-15 08:38:40 +02:00
parent 340ec9b1c3
commit 464788aded
+4 -1
View File
@@ -21,7 +21,9 @@ or locally using
python setup.py install --prefix=${HOME}
If you prefer, you can use it without installing, by simply adding
this path to your PYTHONPATH variable.
this path to your PYTHONPATH variable and compiling the extensions::
python setup.py build_ext -i
License
-------
@@ -30,3 +32,4 @@ Please read LICENSE.txt in this directory.
Contact
-------
Stefan van der Walt <stefan at sun.ac.za>