Hey Manisha, follow the steps mentioned below to install and configure PyDev in Eclipse:
-
Go to Eclipse Marketplace. Help > Eclipse Marketplace and search for PyDev in the searchbar.
![](https://www.edureka.co/community/?qa=blob&qa_blobid=17587969066628086001)
-
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.
![](https://www.edureka.co/community/?qa=blob&qa_blobid=2938839433051868012)
-
To create PyDev Package and Module, simply right click on the project> New> Pydev Package/ PyDev Module.
![](https://www.edureka.co/community/?qa=blob&qa_blobid=16491794077819099587)