Read time: 1 minute

First of all you need to Install Python (if not)

Now Type in terminal:

sudo apt-get install python-setuptools
Installing Django 1.7

(or your download destination directory)

and press tab and it will autocomplete.

The output will be:

    '1.7.1'
WHAT NEXT?
Tutorials:
http://tangowithdjango.com





and visit http://djangoproject.com for official Documentation.





http://tutorial.djangogirls.org/

To Uninstall Django, install pip:

sudo apt-get install python-pip

Then ,

pip uninstall Django