Skip to content

Commit 91ddf2f

Browse files
committed
Update README to use .venv
1 parent 0941a58 commit 91ddf2f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ Get started building a [Computer Using Agent (CUA)](https://platform.openai.com/
1010
Set up python env and install dependencies.
1111

1212
```shell
13-
python3 -m venv env
14-
source env/bin/activate
13+
python3 -m venv .venv
14+
source .venv/bin/activate
1515
pip install -r requirements.txt
1616
```
1717

0 commit comments

Comments
 (0)