Python and django installation
Step-1.
1st of all we are downloading python www.python.org according to operating system and then install it with pip python library.
Steps-2.
If we are installing python with pip library then we open cmd. and type this command for installing django package for web development.
pip install django
Step-3.
After installing django package , we are able to work python web development.
Django Installation
Let me guide you through the process of installing Django on your system. Just follow the below steps:
Step 1: Go to the link: https://www.djangoproject.com/download/
Step 2: Type the pip command on command prompt and installation will get started.
Refer to the below screenshot to get a better understanding.