Skip to content

Commit ee937d9

Browse files
Update README.md
1 parent cf9ce52 commit ee937d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ To run the sample:
66

77
1. In VS Code Terminal, run `python -m venv env` to create a virtual environment as described in the tutorial.
88
2. 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.
1010
4. In terminal, run `pip install django`.
1111
5. Create and initialize the database by running `python manage.py migrate`.
1212
6. From Run and Debug section, select `Python: Django` launch configuration and hit F5.

0 commit comments

Comments
 (0)