In this video I'll show you how to Install Django from your Git Bash Terminal and then Start a new project with the python manage.py startproject command.
Installing Django inside of your virtual environment is incredibly easy using pip. Just use the: pip install django command.