What is recommended way to install Django?

What is recommended way to install Django?

The best way of installing Django can be executed by the following steps :-

  1. It can be installed by using pip.
  2. We need to execute the command - pip install django
  3. This will download and install Django in your system.
  4. We can verify the installation, by typing django-admin --version in the command prompt.