Python for DOS, OS2 and Windows 3.1
===================================

The files are:

pydos.zip  The 32-bit extended DOS version of Python.
pyw31.zip  The Windows 3.1 version.
pyos2.zip  The OS2 version.
pylib.zip  The Python library files.  All versions require
           these Python library files.

NOTE:  These files contain directories, and must be unzipped 
       with the command "pkunzip -d pylib.zip".  Otherwise, the
       correct directories will not be created.

Installation
------------

Create a directory C:\python and copy all zip files there.  Then
unzip the files you need using:
    pkunzip -d pylib.zip
    pkunzip -d pydos.zip
    etc...

The Python library files will be in the directory C:\python\lib.
If you use a directory other than C:\python, you will need to set
the environment variable PYTHONPATH to point to your library
directory.