Contents Previous Next

Download & Install Python

First of all, you must download and install the Python interpreter on your system. If you already have it, just skip this step.

Python is one of the nicest programming languages out there, it works on Windows, Linux, UNIX, Macintosh, and others and it can be downloaded from the Python web site . Installation hints are found on the same site. Txt2tags works with Python version 2.0 or newer.

If you are not sure if you have Python or not, open a console (tty, xterm, MSDOS) and type python. If it is not installed, the system will tell you.


Contents Previous Next