Skip to content

Commit be52813

Browse files
committed
Add windows activate cmd
1 parent 54c608c commit be52813

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

+8
Original file line numberDiff line numberDiff line change
@@ -108,10 +108,18 @@ A related option is VS Code Dev Containers, which will open the project in your
108108
python3 -m venv .venv
109109
```
110110

111+
For Mac OS
112+
111113
```bash
112114
source .venv/bin/activate
113115
```
114116

117+
For Windows
118+
119+
```bash
120+
.\.venv\Scripts\activate
121+
```
122+
115123
4. Install required Python packages and backend application:
116124

117125
```shell

0 commit comments

Comments
 (0)