# HG changeset patch # User Paul Boddie # Date 1106438615 -3600 # Node ID 538050073a864b9b0d67bd4799f0591de1d8fefd # Parent 1dc70ce136802cb6c03db270db5217f48f003c06 Added testing notes. Indented command strings. diff -r 1dc70ce13680 -r 538050073a86 README.txt --- a/README.txt Sun Jan 23 01:01:40 2005 +0100 +++ b/README.txt Sun Jan 23 01:03:35 2005 +0100 @@ -6,16 +6,23 @@ Usually, I issue this command first: -python setup.py build + python setup.py build The following should, in any case, be sufficient: -python setup.py install + python setup.py install I don't think distutils supports uninstall, but the installation just adds the java and javaclass packages to your site-packages directory and the runclass.py program to the same bin directory that python resides in. +Testing +------- + +It should be possible to just run the test.py program and see the results: + + python test.py + Class Search Paths ------------------