-- README for psilib-0.03-stable The following software is required by psilib: Python 2.2 http://www.python.org/download/ PyXML http://sourceforge.net/project/showfiles.php?group_id=6473&release_id=87618 4Suite http://sourceforge.net/project/showfiles.php?group_id=39954&release_id=81057 mx.Tidy http://www.egenix.com/files/python/eGenix-mx-Extensions.html The following software is optional: tarfile http://www.gustaebel.de/lars/tarfile/ UNIX Instructions: -------------------------------- 1. Extract psilib.x.xx.x-test.tgz into a directory (/usr/local/ is recommended for system-wide use; otherwise, extract to your home directory): Example command: cd /usr/local/ tar -zxvf psilib.xx.x-test 2. The line starting with #! may require modification if the path to your Python installation is not in the main system search path. 3. Add the psilib/bin directory to your $PATH if desired. 4. Ensure the psilib.py has 755 permissions. Example command: chmod 775 psilib.py Windows Instructions: -------------------------------- 1. Unzip psilib.x.xx.x-test.zip into a directory. If minimum requirements are met, psilib should run with no additional configuration.