Remove execute permission from pysawsim/manager/pbs.py.
[sawsim.git] / README
diff --git a/README b/README
index 7f8670194017859ddaa4e3bb06bf9701acc05bd5..46340b8a4f398245d0efb77e446816943a1485ca 100644 (file)
--- a/README
+++ b/README
@@ -1,8 +1,8 @@
 Compiling
 ---------
 
-Sawsim is written in noweb_ (`noweb`, or the transitional `nowebm`, in
-Debian-based distributions).  Extract Makefile and compile with:
+Sawsim is written in noweb_ (`noweb` in Debian-based distributions).
+Extract Makefile and compile with:
 
   $ notangle -Rmakefile src/sawsim.nw | sed 's/        /\t/' > Makefile
   $ make
@@ -27,6 +27,15 @@ in Debian-based distributions).
 .. _check: http://check.sourceforge.net/
 
 
+Python wrapper
+--------------
+
+The `sawsim` binary only runs a single pull, but you'll probably want
+to run many repetitions to generate enough data for significant
+statistical analysis.  To facilitate this, we provide the `pysawsim`
+module which provides a higher level interface to `sawsim`.
+
+
 License
 -------