DEV Community

Discussion on: What are the codes to run in order, for a Django project? I have python3 and pip installed

Collapse
 
yobretyo profile image
Bret

What about.....
python -m pip install Django?

Collapse
 
sa2908 profile image
Sanket Agarwal

I believe you have already activated your virtual environment and then you have installed django in it. If not then activate it then run the following command
pip install django

Collapse
 
sa2908 profile image
Sanket Agarwal

To create a env run this command
virtualenv