File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ To run the sample:
66
771 . In VS Code Terminal, run ` python -m venv env ` to create a virtual environment as described in the tutorial.
882 . Press Ctrl + Shift + P and select command ` Python: Select Interpreter ` .
9- 3 . Activate the virtual environment by running ` source env/bin /activate` (Linux/MacOS) or ` env/scripts /activate ` (Windows) .
9+ 3 . Activate the virtual environment by running ` env/scripts /activate ` if you are on Windows or run ` source env/bin /activate` if you are on Linux/MacOS .
10104 . In terminal, run ` pip install django ` .
11115 . Create and initialize the database by running ` python manage.py migrate ` .
12126 . From Run and Debug section, select ` Python: Django ` launch configuration and hit F5.
You can’t perform that action at this time.
0 commit comments