diff options
author | Jack Jansen <jack.jansen@cwi.nl> | 2000-09-10 12:02:28 (GMT) |
---|---|---|
committer | Jack Jansen <jack.jansen@cwi.nl> | 2000-09-10 12:02:28 (GMT) |
commit | 8a6cdccf218880465366aeca59eb3de92d871dea (patch) | |
tree | 318dfadc1cddb62066c01e1d01132997db46145a /Mac/Demo/embed.html | |
parent | e61aca7d4a17f231d0058c6be736bc1eea40c081 (diff) | |
download | cpython-8a6cdccf218880465366aeca59eb3de92d871dea.zip cpython-8a6cdccf218880465366aeca59eb3de92d871dea.tar.gz cpython-8a6cdccf218880465366aeca59eb3de92d871dea.tar.bz2 |
Updated for 2.0b1
Diffstat (limited to 'Mac/Demo/embed.html')
-rw-r--r-- | Mac/Demo/embed.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Mac/Demo/embed.html b/Mac/Demo/embed.html index 4e1c830..e5ac7a0 100644 --- a/Mac/Demo/embed.html +++ b/Mac/Demo/embed.html @@ -6,9 +6,9 @@ <H1>Embedding Python on the Mac</H1> <HR> <B>Note</B>: if you have a binary-only release of MacPython you will not -have this demo installed. Go to +have this demo installed. Install the developer option (in the standard installer) or go to <a href="http://www.cwi.nl/~jack/macpython.html">Jack's MacPython Page</a> -to download either a source or a development release if you want to embed +to download either a source release if you want to embed Python in other applications. <p> Embedding Python on the mac is pretty similar to embedding it on other |