1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<TITLE>PySol - Introduction</TITLE>
<LINK REV="made" HREF="mailto:markus.oberhumer@jk.uni-linz.ac.at">
</HEAD>
<BODY TEXT="#000000" BGCOLOR="#F0F0FF" LINK="#0000FF" VLINK="#660099" ALINK="#FF0000">
<H1>Installation</H1>
<P>
PySol requires Python 1.5 and Tcl/Tk 8.0. Both packages are
freely available for Unix, Windows and Macintosh platforms.
<H3>Unix</H3>
There are good chances that your system already ships with Python and Tcl/Tk.<BR>
Otherwise visit
<A HREF="http://www.python.org/download/">http://www.python.org/download/</A>
for full source code.
<P>
Also, installable packages exist for all major Linux distributions,
FreeBSD and HPUX.
<H3>Windows 95/98 and NT</H3>
Self installing exectuables for Python and Tcl/Tk are available from<br>
<A HREF="http://www.python.org/download/download_windows.html">http://www.python.org/download/download_windows.html</A>
<H3>Macintosh</H3>
Self installing exectuables for Python and Tcl/Tk are available from<br>
<A HREF="http://www.python.org/download/download_mac.html">http://www.python.org/download/download_mac.html</A>
<BR>
<BR>
<P>
<A HREF="index.html">Back to the index.</A>
</BODY>
</HTML>
|