Install Django 3.x

To install Django, First you need to have Python Installed in your pc/laptop. Django can be easily installed using pip. If you have python 3.4, pip is included with it.

To Check the version of Python installed in your system, run the below command in the CMD :

C:\Users\username> python -V

To check pip version, type the following command :

C:\Users\username> python -m pip --version
Now, use the following command to install Django :

pip install django

Once you have installed Django, you are ready to create your first project in Django.

Tags: Funda of web it Django tutorials, Django tutorials, Django tutorials funda, django for beginners, how to install django 3, django installation and setup