home *** CD-ROM | disk | FTP | other *** search
/ Amiga Tools 5 / Amiga Tools 5.iso / tools / developer-tools / andere sprachen / python-1.3 / lib / readme < prev    next >
Encoding:
Text File  |  1996-07-16  |  241 b   |  13 lines

  1.  
  2. This directory contains the Python library files, and the test files.
  3.  
  4.  
  5. To check the correctness of the program, type this (after installation):
  6.     cd python:lib/test
  7.     python
  8.     import autotest
  9.    
  10.    It should say: All tests Ok (or similar)
  11.  
  12.  
  13.