How to install and configure PyDev in Eclipse
How can I install and configure PyDev in Eclipse for using Selenium?
To solve install pydev in eclipse, you should follow the steps mentioned below to install PyDev in Eclipse: Go to Eclipse Marketplace. Help > Eclipse Marketplace and search for PyDev in the search bar. On the next screen, select the PyDev and PyDev Mylyn Integration checkbox. Click Finish. Next, Go to Windows> Preferences> PyDev> Interpreter> Python Interpreter. Here, click on Browse Python.exe button to add Python.exe as an Interpreter. Finally click Apply and Close. Now, you have successfully configured PyDev in your Eclipse. Next, to create a package, go to File> New> PyDev Project. Enter the project name and click Finish. To create PyDev Package and Module, simply right click on the project> New> Pydev Package/ PyDev Module.