1. First Python need to be installed on the Windows OS.
Please refer to the following link on how Install Python on the Windows OS.
http://e-systemadministrator.blogspot.sg/2016/06/install-python-27-and-django-in-windows.html
2. Go to Eclipse download page and go to "Get Eclipse Neon" and download installation exe file.
https://eclipse.org/downloads/
4. Select "Eclipse IDE for PHP Developers"
5. Select the Installation location.
6. Wait till the installation is completed.
7. Now we need to Install Pydev, so that we can use Python and Djano using Eclipse.
For this open the Eclipse and go to help Eclipse Marketplace.
8. In the find box type "PyDev" and click Go.
And install "PyDev - Python IDE for Eclipse 5.0".
9. Select the "PyDev" packages and click confirm to install
11. Now go to Windows - Preferences
12. On the RHS of the window Go to PyDev --> Interpreters --> Python Interpreter
And on the LHS click on "Quick Auto-Config"
13. Now the python and django will be added and now we can start programming.
No comments:
Post a Comment