diff --git a/website/content/08_web_frameworks/10_django.md b/website/content/08_web_frameworks/10_django.md index 5bbef36..333319b 100644 --- a/website/content/08_web_frameworks/10_django.md +++ b/website/content/08_web_frameworks/10_django.md @@ -32,7 +32,7 @@ We're going to install these dependencies in our newly created virtual environme Note, if you're already in a virtual environment, type `deactivate` or open a new terminal window. ```bash -$ python -m venv env +$ python3 -m venv env $ source env/bin/activate (env) $ python -m pip install -r requirements.txt ``` @@ -117,4 +117,4 @@ Let's make sure that everything worked by starting the server, then navigating t You should see: -![](/images/django/success.png) --> \ No newline at end of file +![](/images/django/success.png) -->