You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Create virtual environment as appropriate for your shell or use the command "Python: Create Environment" in VS Code
8
+
```
9
+
10
+
Create virtual environment as appropriate for your shell or use the command `Python: Create Environment` in VS Code. Then activate it appropriate for your shell.
11
+
```
8
12
python3 -m venv .venv
9
-
# Activate the virtual environment as appropriate for your shell like:
0 commit comments