1. Download and install Eclipse Standard
Download: Eclipse Mars 4.5 Standard
1.1 Installing Eclipse
Install: in terminal, go to where you downloaded the eclise file
gzip -dv eclipse-standard-*.tar.gz
tar -xvf eclipse-standard-*.tar
cd eclipseWith Finder, go to eclipse directory and drag and drop the file eclipse into Dock
To run, click in eclipse icon
=========================================================
2. To install PyDev
From Help menu, choose Install New Software
Click Add and input the Repository:
Name: PyDev
Location: http://pydev.org/updates
Accept any license agreements and restart eclipse.
=========================================================
3. Install AppEngine
Donwload from: https://cloud.google.com/appengine/downloads
=========================================================
4. Install Google Plugin for Eclipse
From Help menu, choose Install New Software
Click Add and input the Repository:
Name: Google
Location: https://developers.google.com/eclipse/docs/install-eclipse-4.4
Select: Google Plugin for Eclipse (required)
SDKs
Configure Path in Project > Properties > Resources > PyDev - PYTHONPATH > String Substitution Variables
GOOGLE_APP_ENGINE = /usr/local/google_appengine
https://cloud.google.com/appengine/docs/java/webtoolsplatform
=========================================================
have fun =)