diff options
author | Guido van Rossum <guido@python.org> | 1995-03-02 15:54:21 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1995-03-02 15:54:21 (GMT) |
commit | 309e8ac579a26c18b38a2ee82cfd426bd7d51206 (patch) | |
tree | 10d675c525bce08df631f0f4c8afbc859e965335 /Tools/freeze/README | |
parent | 5f858801a2140286845da73178e972d1fffb0bc2 (diff) | |
download | cpython-309e8ac579a26c18b38a2ee82cfd426bd7d51206.zip cpython-309e8ac579a26c18b38a2ee82cfd426bd7d51206.tar.gz cpython-309e8ac579a26c18b38a2ee82cfd426bd7d51206.tar.bz2 |
moved Demo/freeze to Tools/freeze
Diffstat (limited to 'Tools/freeze/README')
-rw-r--r-- | Tools/freeze/README | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Tools/freeze/README b/Tools/freeze/README index 9ab900f..fc79320 100644 --- a/Tools/freeze/README +++ b/Tools/freeze/README @@ -75,7 +75,7 @@ Ideally, you should be able to use it as follows: where hello.py is your program and freeze.py is the main file of Freeze (in actuality, you'll probably specify an absolute pathname -such as /ufs/guido/src/python/Demo/freeze/freeze.py). +such as /ufs/guido/src/python/Tools/freeze/freeze.py). Unfortunately, this doesn't work. Well, it might, but somehow it's extremely unlikely that it'll work on the first try. (If it does, @@ -107,7 +107,7 @@ How do I configure Freeze? It's a good idea to change the line marked with XXX in freeze.py (an assignment to variable PACK) to point to the absolute pathname of the -directory where Freeze lives (Demo/freeze in the Python source tree.) +directory where Freeze lives (Tools/freeze in the Python source tree.) This makes it possible to call Freeze from other directories. You can also edit the assignment to variable PREFIX -- this saves a |