(1) pip install django==1.10.7
(2) Check django installed correctly
(3) Start Django project from command line:
django-admin startproject tango_with_django_project
(4) Layout of the file structure:
tango_with_django_project/
manage.py
tango_with_django_project/
__init__.py
settings.py
urls.py
wsgi.py
(5) Do it from Eclipse/PyDev