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 moreHow do I start Django Python?
Get Started With Django Part 1: Build a Portfolio App
Read more