
PyScript 0.4 has just been released! Get it from http://pyscript.sourceforge.net Here is the README: =============== pyscript =============== -------------------------------------------------------------------- Summary -------------------------------------------------------------------- Pyscript is a set of modules and scripts for python that facilitate the creation of high-quality postscript diagrams. The diagrams are scripted rather than drawn. See http://pyscript.sourceforge.net -------------------------------------------------------------------- Instalation -------------------------------------------------------------------- Pyscript is just a python module ... treat it as any other module * Global Instalation As root use
python setup.py install
This will install the files, in the appropriate place for your python distribution. This will be something like e.g. /usr/lib/python2.2/site-packages/ * Local instalation: You can supply the base directory using
python setup.py install --home=<dir>
which will install the files in <dir>/lib/python/ for more help and options use
python setup.py install --help
also see http://www.python.org/doc/current/inst/ for more details on using the distutils package * By hand copy all the files in the pyscript directory to somewhere in your python path eg cp -r pyscript ~/lib/python/
participants (1)
-
cochrane