Prerequisites
We higly recommend You to install a Linux Distro, preferably it can any Debian based distros like:
- Ubuntu
- Debian
- Linux Mint
- Kali Linux
We highly recommend you not to bring Windows Laptops as Django is a free open software and its always nice to work best on Free Open Souce Software instead for Properietary software as it guarantees freedom and is also Free
- Install Python https://tutorial.djangogirls.org/en/python_installation/
This Tutorial covers installing Python in almost all distros
- Setting Up PIP
This covers how to install pip in almost all distros
https://packaging.python.org/guides/installing-using-linux-tools/
- Install django
pip install django==1.11
To verify its installed check: Open Python
import django
print(django.get_version())
1.11.`
So happy hacking and if anything doesn't go as plan , Do drop your Queries on comment section