<img height="1" width="1" style="display:none" src="https://www.facebook.com/tr?id=338168267432629&amp;ev=PageView&amp;noscript=1">

How to Install Pydev in Eclipse and Integrate it with PEP8

I am going to show you simple steps to setup your Eclipse IDE with PyDev. This will help you in your project development to speed things up. The Steps: 1. Open your Eclipse 2. Go to Help and select Install New Software 3. Click the Add button and a “Add …


I am going to show you simple steps to setup your Eclipse IDE with PyDev. This will help you in your project development to speed things up.

The Steps:
1. Open your Eclipse
2. Go to Help and select Install New Software
3. Click the Add button and a “Add Repository” Dialog box will appear
4. You can use any name you like for it. (I used PyDev)
5. For the location, enter “http://pydev.org/updates”
6. Click Ok.

tumblr_lxqjioNAQY1qcbckf

7. You are now in the process of installation. Just wait for it to finish.
8. After the installation, close Eclipse and Open it again.
9. Now that PyDev is installed in your Eclipse, go to Window->Preferences
10. Choose PyDev->Editor->Code Analysis
11. Go to pep8.py tab
12. Choose the radio button for warning and click Ok.

tumblr_lxqjj5WIHr1qcbckf

That’s it. Your Eclipse IDE is now integrated with PEP8. To run pep8.py automatically, right click on your project editor. Choose PyDev and click “code analysis”. In your problems tab in your workspace, you will see warnings that points to the line that you have made a violation in the PEP8 (if you have violated.)

Similar posts

Get notified about the latest in Tech

Be the first to know about new tech from the experts at Bixly!