# HG changeset patch # User paulb # Date 1121543720 0 # Node ID cf0d090721f53ac48fc195607161fd16470e0a28 # Parent 370deefd28f4e27fbc32da2edb1a5502ff86dab2 [project @ 2005-07-16 19:55:20 by paulb] Updated the version number for the next release. diff -r 370deefd28f4 -r cf0d090721f5 docs/index.html --- a/docs/index.html Sat Jul 16 18:37:46 2005 +0000 +++ b/docs/index.html Sat Jul 16 19:55:20 2005 +0000 @@ -13,24 +13,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-0.9 directory.

+unpacked and now sits in the WebStack-0.10 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-0.9 directory and to run the setup.py +WebStack-0.10 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-0.9
python setup.py install
+
cd WebStack-0.10
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-0.9 directory sits on your +that the WebStack-0.10 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-0.9 directory. Of course, +directory within the WebStack-0.10 directory. Of course, it is always possible to view WebStack's API documentation within Python by importing modules (such as WebStack.Generic)