Django not working

I cannot download django. Can anyone help?

I cannot download django

what is the error you are getting?

CommandError is the error i am getting

Can you give us the steps you took to get to the error and your operating system. Thanks

You should be doin pip or pip3 install pipenv, then pipenv install django while you’re in the file you want to use. Finally, use pipenv shell to use your commands to run your server.

I did what mosh did in the python course.