The first thing to do is to clone the repository:
$ git clone https://github.com/michadereus/GroceryList.git
$ cd GroceryList
Then install the dependency:
$ pip install django
Once pip
has finished downloading:
$ cd GroceryList
$ python ./grocery_list/manage.py runserver
Navigate to http://127.0.0.1:8000/
in a browser page.