Please Help - VirutalEnv


Whenever I try to start Mosh’s Django course and try to install Django, it gives me this message. Please can someone help? Thanks

First, don’t capitalize the “d” in “django”.

Second, were you successful in installing pipenv in the previous lesson?

Maybe try again:
pip3 install pipenv

If it was successful, try running the virtual environment with:
pipenv shell

and then try:
pipenv install django