Using Eclipse and Installing PyDev

Post on 22-Jan-2015

2.581 views 3 download

description

Pycon India 2012 - Django Tutorial - Pre-requisite Series

Transcript of Using Eclipse and Installing PyDev

Using Eclipse & Installing PyDev

Go to Eclipse Download Page

www.eclipse.org/downloads/

Download the Given Version

Select the Mirror

Download & Extract It

Click “eclipse.exe”

Splash

Choose Workspace

Click on Workbench

Select “Install New Software”

Add PyDev Repository

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

Select PyDev & Click Next

Select Next

Accept T &C and Choose Finish

Let it install

Trust the Certificate

Restart the Eclipse

Choose PyDev Perspective

This is it

Right Click -> New -> Other

Choose “PyDev Django Project”

Enter Project Name & Configure Python Interpreter

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

After Choosing

Choose OK

Choose “Proceed anyways”

Click New Folder and Choose Lib from Virtual Env Path

The Perfect Configuration

During Apply

After Interpreter Configuration

Choose “mysql” and Provide Authentication Details

After Successful Creation

Create a Schema “todo”

Run the Application

Server Started

And It worked!

The First Request Log

Ready to Play!Ready to Play!