install django

  1. Open a command prompt or terminal.
  2. Use the following command to install Django using pip: bash pip install django
  3. Wait for pip to download and install Django and its dependencies.
  4. Once installation is complete, you can verify the installation by running the following command: bash python -m django --version
  5. You should see the installed Django version displayed in the output, confirming that Django has been successfully installed.