javaclass

Change of README.txt

147:538050073a86
README.txt
     1.1 --- a/README.txt	Sun Jan 23 01:01:40 2005 +0100
     1.2 +++ b/README.txt	Sun Jan 23 01:03:35 2005 +0100
     1.3 @@ -6,16 +6,23 @@
     1.4  
     1.5  Usually, I issue this command first:
     1.6  
     1.7 -python setup.py build
     1.8 +  python setup.py build
     1.9  
    1.10  The following should, in any case, be sufficient:
    1.11  
    1.12 -python setup.py install
    1.13 +  python setup.py install
    1.14  
    1.15  I don't think distutils supports uninstall, but the installation just adds the
    1.16  java and javaclass packages to your site-packages directory and the
    1.17  runclass.py program to the same bin directory that python resides in.
    1.18  
    1.19 +Testing
    1.20 +-------
    1.21 +
    1.22 +It should be possible to just run the test.py program and see the results:
    1.23 +
    1.24 +  python test.py
    1.25 +
    1.26  Class Search Paths
    1.27  ------------------
    1.28