To install the Pydey plugin:
open Eclipse, find the Help menu bar, go to install New software ... Options.
Click Work with: next to the input box click Add...,name can be anything, I entered the pydev,location is http://pydev.org/updates. Click OK.
Wait a moment and you'll see the options in the selection bar.
Select Pydev, then all the way next, go to the installation path selection interface, use the default settings, and then Finish. Eclipse will download PyDev and you can see the progress of the download from the Eclipse taskbar. After the Pydev is installed, you need to restart eclipse.
Configuration Pydev:
The premise is that the Python environment is already installed.
after the Pydev is installed, you need to configure the interpreter. In the Eclipse menu bar, choose Window > Preferences > Pydev > Python interpreter, where you configure Python. You first need to add an already installed interpreter. In the configured dialog box, there is a quick auto-config button to automatically configure Python, of course, can also be manually configured, configured after clicking on "Apply" and then exit.
This makes it possible to automate the Python development environment without any hint of Python's plain text development environment.
This article is from the "Intelligent Future _XFICC" blog, please be sure to keep this source http://xficc.blog.51cto.com/1189288/1637113
Eclipse Install Pydey Plugin