10000 fix: updated the windows command · google/adk-python@69b649d · GitHub
[go: up one dir, main page]

Skip to content

Commit 69b649d

Browse files
committed
fix: updated the windows command
1 parent ccd9f54 commit 69b649d

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

CONTRIBUTING.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,10 +112,18 @@ For any changes that impact user-facing documentation (guides, API reference, tu
112112

113113
```shell
114114
python -m venv .venv
115-
115+
```
116+
117+
```shell
116118
source .venv/bin/activate
117-
source .\.venv\Scripts\activate [windows]
119+
```
120+
121+
**windows**
122+
```shell
123+
source .\.venv\Scripts\activate
124+
```
118125

126+
```shell
119127
pip install uv
120128
```
121129

0 commit comments

Comments
 (0)
0