Skip to content

Commit 7bd878f

Browse files
author
Kartik Raj
authored
Update contributing guide (#7202)
1 parent 4cb8d33 commit 7bd878f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ npm ci
3737
python3 -m venv .venv
3838
# Activate the virtual environment as appropriate for your shell.
3939
npx gulp installPythonLibs
40-
# Optionally Update `launch.json` to set a value for the environment variable `CI_PYTHON_PATH` pointing to the fully qualified path of the above interpreter.
40+
# If your terminal doesn't recogonise the keyword `python3`, update `launch.json` to set a value for the environment variable `CI_PYTHON_PATH` pointing to the fully qualified path of the above interpreter.
4141
```
4242
You may see warnings that ```The engine "vscode" appears to be invalid.```, you can ignore these.
4343

0 commit comments

Comments
 (0)