diff options
author | Jack Jansen <jack.jansen@cwi.nl> | 1995-09-24 21:08:22 (GMT) |
---|---|---|
committer | Jack Jansen <jack.jansen@cwi.nl> | 1995-09-24 21:08:22 (GMT) |
commit | 59fcc5ae87639ccdc8eb3c6f5529e2cdc04e0cfd (patch) | |
tree | 400b4a5d6a861e7ac70f6da3238448e6afd8c109 /Mac | |
parent | bc12873e4b3ce8c3c786525146efb2b23f7bc29e (diff) | |
download | cpython-59fcc5ae87639ccdc8eb3c6f5529e2cdc04e0cfd.zip cpython-59fcc5ae87639ccdc8eb3c6f5529e2cdc04e0cfd.tar.gz cpython-59fcc5ae87639ccdc8eb3c6f5529e2cdc04e0cfd.tar.bz2 |
Added some clarifications and fixed host names.
Diffstat (limited to 'Mac')
-rw-r--r-- | Mac/ReadMeOrSuffer | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/Mac/ReadMeOrSuffer b/Mac/ReadMeOrSuffer index d6e7a35..a6f89a9 100644 --- a/Mac/ReadMeOrSuffer +++ b/Mac/ReadMeOrSuffer @@ -16,7 +16,7 @@ you have! If this is your first encounter with python: you definitely need the common user documentation (common to all platforms). You can find this (in various -forms) on www.python.com and ftp.python.com. +forms) on www.python.org and ftp.python.org. If you have a pre-system 7 macintosh: sorry, this release will not work on your system. Too many sys7 features are used to make a sys6 python @@ -48,10 +48,13 @@ PowerPC Macintosh instructions file (after asking you if that's ok with you). 4. To make sure any applets you create can find the common interpreter code - you should make an alias to PythonCore and drop it in your Extensions - folder (I think the name should still be PythonCore). Alternatively, drop - the file itself on the System folder and it will find its own way. - + you should move PythonCore to the Extensions folder (drop it on the + System Folder and it will find its own way). Alternatively, you can + make an alias called "PythonCore" in the Extensions folder and + point it to the real PythonCore. You may want to start PythonPPC + again at this point to check that you actually put the extension in + the right place. + 5. You're all set now. Continue with the common instructions. 68K Macintosh instructions |