![]() |
django install |
If We Install Django so Python is installed Required first and a Package manager PIP
PIP is Include in Python from Version 3.4
Check Python Version :
>>> Python -- version
If python is not Installed in Your machine Then Download from
Virtual Environment
The virtual environment is an environment which is used by Django to execute an application.
It is recommended to create and execute a Django application .
Every Django Project is Created Virtual Environment
Django Installation
Once the environment is Crated, now you will Install Django In Project :
Open Your terminal or Command Prompt
(VENV_Name) C:\Users\ Your Name
Django is Installed Using PIP With this command
(VENV_Name) C:\Users\ Your Name > py pip install Django
Check Django Version
(VENV_Name) C:\Users\ Your Name > Django-Admin --version