X-Git-Url: http://git.tremily.us/?p=sawsim.git;a=blobdiff_plain;f=README;h=46340b8a4f398245d0efb77e446816943a1485ca;hp=7f8670194017859ddaa4e3bb06bf9701acc05bd5;hb=9fc1dea6d5852f9444c438f181f06901f22375d5;hpb=2b9caebe9cd89a645c39204ce689588b1c5a25d7 diff --git a/README b/README index 7f86701..46340b8 100644 --- 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 -------