using eclipse and installing pydev

38
Using Eclipse & Installing PyDev

Upload: sivasubramaniam-arunachalam

Post on 22-Jan-2015

2.581 views

Category:

Technology


3 download

DESCRIPTION

Pycon India 2012 - Django Tutorial - Pre-requisite Series

TRANSCRIPT

Page 1: Using Eclipse and Installing PyDev

Using Eclipse & Installing PyDev

Page 2: Using Eclipse and Installing PyDev

Go to Eclipse Download Page

www.eclipse.org/downloads/

Page 3: Using Eclipse and Installing PyDev

Download the Given Version

Page 4: Using Eclipse and Installing PyDev

Select the Mirror

Page 5: Using Eclipse and Installing PyDev

Download & Extract It

Page 6: Using Eclipse and Installing PyDev

Click “eclipse.exe”

Page 7: Using Eclipse and Installing PyDev

Splash

Page 8: Using Eclipse and Installing PyDev

Choose Workspace

Page 9: Using Eclipse and Installing PyDev

Click on Workbench

Page 10: Using Eclipse and Installing PyDev

Select “Install New Software”

Page 11: Using Eclipse and Installing PyDev

Add PyDev Repository

http://www.pydev.org/updates/

Page 12: Using Eclipse and Installing PyDev

Select PyDev & Click Next

Page 13: Using Eclipse and Installing PyDev

Select Next

Page 14: Using Eclipse and Installing PyDev

Accept T &C and Choose Finish

Page 15: Using Eclipse and Installing PyDev

Let it install

Page 16: Using Eclipse and Installing PyDev

Trust the Certificate

Page 17: Using Eclipse and Installing PyDev

Restart the Eclipse

Page 18: Using Eclipse and Installing PyDev

Choose PyDev Perspective

Page 19: Using Eclipse and Installing PyDev

This is it

Page 20: Using Eclipse and Installing PyDev

Right Click -> New -> Other

Page 21: Using Eclipse and Installing PyDev

Choose “PyDev Django Project”

Page 22: Using Eclipse and Installing PyDev

Enter Project Name & Configure Python Interpreter

Page 23: Using Eclipse and Installing PyDev

Create New Interpreter & Choose python.exe from Virtual Env Path

Page 24: Using Eclipse and Installing PyDev

After Choosing

Page 25: Using Eclipse and Installing PyDev

Choose OK

Page 26: Using Eclipse and Installing PyDev

Choose “Proceed anyways”

Page 27: Using Eclipse and Installing PyDev

Click New Folder and Choose Lib from Virtual Env Path

Page 28: Using Eclipse and Installing PyDev

The Perfect Configuration

Page 29: Using Eclipse and Installing PyDev

During Apply

Page 30: Using Eclipse and Installing PyDev

After Interpreter Configuration

Page 31: Using Eclipse and Installing PyDev

Choose “mysql” and Provide Authentication Details

Page 32: Using Eclipse and Installing PyDev

After Successful Creation

Page 33: Using Eclipse and Installing PyDev

Create a Schema “todo”

Page 34: Using Eclipse and Installing PyDev

Run the Application

Page 35: Using Eclipse and Installing PyDev

Server Started

Page 36: Using Eclipse and Installing PyDev

And It worked!

Page 37: Using Eclipse and Installing PyDev

The First Request Log

Page 38: Using Eclipse and Installing PyDev

Ready to Play!Ready to Play!