diff --git a/JythonIDE.rst b/JythonIDE.rst index d65f21b..3d4f36c 100644 --- a/JythonIDE.rst +++ b/JythonIDE.rst @@ -30,9 +30,10 @@ http://pydev.sourceforge.net/ but you won't need to manually download and install it. To install the plugin, start Eclipse and go to the menu :menuselection:`Help --> -Install new Software...`, type http://pydev.sourceforge.net/updates/ into the -"Work with" input box and press enter. After a short moment you will see an -entry for PyDev in the bigger box below. Just select it, clicking on the +Install new Software...`, type https://www.pydev.org/update_sites/9.3.0/ into the +"Work with" input box and press enter. (The latest version of PyDev requires Python 3, +version 9.3.0 is the last version that supports Python 2.7.) After a short moment you +will see an entry for PyDev in the bigger box below. Just select it, clicking on the checkbox which appears at the left of "PyDev" (see the image which follows, as reference) and finally click the "Next" button. diff --git a/images/chapter11-pydev-installation-1.png b/images/chapter11-pydev-installation-1.png index 63fca84..067eedb 100644 Binary files a/images/chapter11-pydev-installation-1.png and b/images/chapter11-pydev-installation-1.png differ