Eclipse for Python - Installation of Pydev¶
On Mac OS X¶
Download the generic Eclipse archive (called
*-classic) and installFollow instructions on http://pydev.org/, in particular:
within Eclipse, go to help->Install New Software
enter http://pydev.org/updates into the
work withfield and press add.For
Nameuse any string, for examplePyDev, then click continue button.Tick the box for
PyDevthat appears after a short moment (the second box can be ignored), thenNextfollow on-screen instruction and make obvious choices, accept licence and certificate, restart Eclipse.
On Ubuntu¶
install either
eclipseor, if you are interested in C/C++ as well,eclipse-cdt, i.e.:apt-get install eclipse
or:
apt-get install eclipse-cdt
Then Follow instructions on http://pydev.org/, (as outlined above for Mac OS X).