diff options
Diffstat (limited to 'src/README')
| -rw-r--r-- | src/README | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4,7 +4,7 @@ To build the interpreter, edit the Makefile, follow the instructions there, and type "make python". To use the interpreter, you must set the environment variable PYTHONPATH -to point to the directory containing the standard modules. These are +to point to the directory containing the standard modules. These are distributed as a sister directory called 'lib' of this source directory. Try importing the module 'testall' to see if everything works. |
