# HG changeset patch # User paulb # Date 1133889535 0 # Node ID b38d073ff294190f544c2f5bb585e820b0e1c75f # Parent 7eceec9e28b4574c50900991b88abf966803a796 [project @ 2005-12-06 17:18:55 by paulb] Updated version number. diff -r 7eceec9e28b4 -r b38d073ff294 docs/index.html --- a/docs/index.html Tue Dec 06 17:18:49 2005 +0000 +++ b/docs/index.html Tue Dec 06 17:18:55 2005 +0000 @@ -10,24 +10,24 @@ using the WebStack framework.

Setting Up

First of all, let us assume that the WebStack distribution has been -unpacked and now sits in the WebStack-1.1 directory.

+unpacked and now sits in the WebStack-1.1.1 directory.

Before we begin, we must make sure that the WebStack package is available to Python. The easiest way to do this is to change into the -WebStack-1.1 directory and to run the setup.py +WebStack-1.1.1 directory and to run the setup.py script provided with the version of Python you are going to be using (possibly as a privileged user like root):

-
cd WebStack-1.1
python setup.py install
+
cd WebStack-1.1.1
python setup.py install

If you don't want to install WebStack in this way, or if you can't do so because you don't have root privileges, you can just make sure -that the WebStack-1.1 directory sits on your +that the WebStack-1.1.1 directory sits on your PYTHONPATH.

Viewing the API Documentation

The API documentation for use in conjunction with this guide can be found inside the apidocs -directory within the WebStack-1.1 directory. Of course, +directory within the WebStack-1.1.1 directory. Of course, it is always possible to view WebStack's API documentation within Python by importing modules (such as WebStack.Generic) and using Python's built-in help function.