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
Setting up the venv and install requirements is slightly different in Windows, in my testing. Navigate to the project in a terminal, and then use the following commands:
70
+
71
+
```bash
72
+
py -m venv venv # make a virtual environment called "venv"
73
+
venv\Scripts\activate # activate the virtual environment
0 commit comments