You are on page 1of 5

Starting with

Django

Installing Python(2.7, 3.4, 3.5)

In the terminal type: python3


The terminal will itself say to type:'sudo aptget install python3-minimal'
Do it and this will install Python 3.2.3.
Then in the terminal type: python3.4 -- you
shall enter Python 3.4.1.

Install Pip

Pip is a tool for installing and managing


Python packages.

sudo apt-get update

Sudo apt-get install python-pip

pip help

pip -V

Installing Django(1.9)

sudo pip install Django

Let's get started.


https://docs.djangoproject.com/en/1.8/intro/tut
orial01/

You might also like