install go to the project file cd Project making a env py -m venv env Installing django pip install django Entering the project folder cd mainproject Running python server python manage.py runserver