Django can be installed easily using pip . In the command prompt, execute the following command: pip install django . This will download and install Django. After the installation has completed, you can verify your Django installation by executing django-admin –version in the command prompt.
Read moreIs Django a Python library?
Still, it’s worth to clarify this: Django is not a library, but a framework . Django is a free, open-source, high-level Python web framework that promotes rapid development and clean design.
Read more