2. Installation

After unpacking the archive, you can install httpy on a Unix-derived system with:

$ cd httpy-x.x
$ make
$ sudo make install

This will install the httpy package into your system's Python, and will install the executable and manual page under /usr/local. To use a specific Python installation, change the installation location, or otherwise configure the installation, please edit the Makefile.

To only install the Python package, use:

$ python setup.py install

In particular, Windows users are currently limited to this method, because I haven't yet found a good way to install an executable on Windows. I am open to suggestions.

httpy is Zeta software. It is copyright © 2006 by Chad Whitacre, and is offered free of charge, warranty, and restrictions.