Skip to content

Instantly share code, notes, and snippets.

@stippets
stippets / learn_django_part_1-1.md
Last active November 18, 2016 16:57
Learn Django - Part 1: Getting Started with Django

##Setup - Installing Pip, Python and Django

In order to get started with Django you will need to install it on your Mac globally. First, we need to check to see which version of python we have installed like this:

python --version

Your output should look something like this:

Python 2.7.10