diff --git a/docs/day0.md b/docs/day0.md index 069d174..541c5b8 100644 --- a/docs/day0.md +++ b/docs/day0.md @@ -136,7 +136,7 @@ Django is a pip package. Pip packages are other people's python code that you ca ![startproject](img/day0/startproject.gif) -1. Click on `manage.py`. You should see VSCode activate python extensions in the bottom left and select an interpretor. ('venv': venv) should be selected. +1. Click on `manage.py`. You should see VSCode activate python extensions in the bottom left and select an interpretor. ('venv': venv) should be selected. You can ignore the message that says "linter pylint is not installed" - just close out of it. ![open_manage](img/day0/open_manage.gif) @@ -272,7 +272,7 @@ Django is a pip package. Pip packages are other people's python code that you ca ![startproject](img/day0/startproject.gif) -1. Click on `manage.py`. You should see VSCode activate python extensions in the bottom left and select an interpretor. ('venv': venv) should be selected. +1. Click on `manage.py`. You should see VSCode activate python extensions in the bottom left and select an interpretor. ('venv': venv) should be selected. You can ignore the message that says "linter pylint is not installed" - just close out of it. ![open_manage](img/day0/open_manage.gif)