@@ -62,6 +62,8 @@ INSTALLATION:
6262
6363 1) Install the core components
6464 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
65+ For recent versions of Delphi, install the "Python_d" package located in the
66+ Components folder and add the folder "...\Components\Sources\Core".
6567
6668 For Delphi 3, install the "Python_d3" package located in the Components folder
6769 and add the folder "...\Components\Sources\Core".
@@ -81,6 +83,9 @@ INSTALLATION:
8183 2) Install the VCL components (this is optional)
8284 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
8385
86+ For recent versions of Delphi, install the "PythonVCL_d" package located in the
87+ Components folder and add the folder "...\Components\Sources\Core".
88+
8489 For Delphi 3, install the "PythonVCL_d3" package located in the Components folder
8590 and add the folder "...\Components\Sources\VCL".
8691
@@ -120,14 +125,6 @@ NOTE:
120125 Don't forget to look at the tutorial file (tutorial.txt) which introduces the
121126 demos.
122127
123- Visit the site http://starship.python.net/crew/mhammond/ and get the last version
124- of Pythonwin. It's a really good Python IDE, that you must have for serious
125- Python programming and debugging !
126-
127- UPDATE:
128- ~~~~~~~
129- You'll find the latest version at http://mmm-experts.com/
130-
131128DISTRIBUTION:
132129~~~~~~~~~~~~~
133130 You are free to distribute your applications built with Python for Delphi,
0 commit comments