Introduction
Django is a tool to help build websites quickly. Installing it with pip lets you add Django to your computer easily.
When starting a new website project using Django.
When you want to update Django to the latest version.
When setting up a development environment on a new computer.
When you need to install Django inside a virtual environment to keep projects separate.