Skip to content

Commit a22c626

Browse files
committed
Uncomment a line in setup instructions
1 parent 9715f56 commit a22c626

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/openai_agents/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ python -m venv venv
3535
# On macOS/Linux:
3636
source venv/bin/activate
3737
# On Windows:
38-
# venv\Scripts\activate
38+
venv\Scripts\activate
3939
```
4040

4141
### Install Dependencies

0 commit comments

Comments
 (0)