การติดตั้ง Pydev

เปิด Eclipse ขึ้นมา จากนั้นไปที่เมนู Help > Install New Software

แล้วทำการ Add Site

http://pydev.org/updates

Configure Interpreter

After installing it, the first thing you must do is configure the Python and/or Jython and/or IronPython interpreter. To configure the interpreter:
  1. Go to: window > preferences > pydev > Interpreter – (Python/Jython/IronPython).
  2. Choose the interpreter you have installed in your computer (such as python.exe, jython.jar or ipy.exe, /usr/bin/python).

ที่มา: http://pydev.org/