The Minuteman Rigged Demo
as used onstage at PyCon 2011
Larry Hastings


To use:
* Make sure you have all the following programs on your path:
    Mercurial ("hg")
    libtool
    autoconf/automake
  And the following Python 2 packages installed:
    setuptools
* Unzip this zip file to <path>.  The suggested path
  is "~/hg", such that you have "~/hg/libevent" and
  "~/hg/libevent-python"... but anything will work.
* If you didn't unzip to "~/hg", hack up the
  shell script "mm.rigged.demo.sh" so it uses <path> from
  the previous paragraph.
* Install Python 3.
* Install Minuteman.  In case you're unfamiliar with how to
  install Python programs, here's how.  Go to the directory
  where you unzipped the Minuteman source, and find the
  subdirectory (if any) that contains a file called "setup.py".
  Then execute:
	python3 setup.py build install
* Run the shell script.

I hope it works!


Left as an exercise for the reader:
* Check out one of the two projects (libevent or libevent-python),
  then check it in to git, and figure out how to use the git repo
  instead.  Note that you *can* mix and match from different repos
  as much as you like.
