|

- How do I install the desktop snapshots?
- To install on Debian:
"apt-get install python-wxwin python-xml"
Untar the tarball, then run thoughtstream-wx.py in the thoughtstream-[version]
directory
- To install on other versions of Unix:
Install
python,
wxWindows,
wxPython,
python-xml,
and all their dependencies.
Untar the tarball, then run thoughtstream-wx.py in the thoughtstream-[version]
directory
- To install on Windows:
Install Python.
Install wxPython.
Unzip xml051.zip into the directory where you installed
python (typically c:\program files\python). Rename the 'xml-0.5.1' directory
to 'xml'.
Unzip the thoughtstream-windows tarball into your python directory. The
directory c:\program files\python\thoughtstream\wx should now exist. Run
thoughtstream-wx.py.
|