Skip to content

Commit

Permalink
Merge pull request realpython#15 from kisielk/ide
Browse files Browse the repository at this point in the history
Minor improvements to IDE section.
  • Loading branch information
Kenneth Reitz committed Dec 22, 2011
2 parents f95a625 + 8a92f2a commit 3546e90
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/starting/dev-env.rst
Expand Up @@ -61,7 +61,7 @@ IDEs
PyCharm / IntelliJ IDEA
-----------------------

PyCharm is developed by JetBrains, also known for IntelliJ IDEA. Both share the same code base and most of PyCharm's features can be brought to IntelliJ with the free `Python Plug-In<http://plugins.intellij.net/plugin/?id=631/>`_..
PyCharm is developed by JetBrains, also known for IntelliJ IDEA. Both share the same code base and most of PyCharm's features can be brought to IntelliJ with the free `Python Plug-In <http://plugins.intellij.net/plugin/?id=631/>`_..

Eclipse
-------
Expand All @@ -72,6 +72,8 @@ The most popular Eclipse plugin for Python development is Aptana's

Komodo IDE
-----------
`Komodo IDE <http://www.activestate.com/komodo-ide>`_ is developed by ActiveState and is a commerical IDE for Windows, Mac
and Linux.



Expand Down

0 comments on commit 3546e90

Please sign in to comment.