First create your project, in pycharm, Then Open Terminal from left down menu or use CTRL + F12 combination.
Update pip version with code below:
Then install Django with codes below:
You can check installation status with version control code below:
Update pip version with code below:
Code:
python.exe -m pip install --upgrade pip
Then install Django with codes below:
Code:
pip install Django
You can check installation status with version control code below:
Code:
python -m django --version