We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0941a58 commit 91ddf2fCopy full SHA for 91ddf2f
README.md
@@ -10,8 +10,8 @@ Get started building a [Computer Using Agent (CUA)](https://platform.openai.com/
10
Set up python env and install dependencies.
11
12
```shell
13
-python3 -m venv env
14
-source env/bin/activate
+python3 -m venv .venv
+source .venv/bin/activate
15
pip install -r requirements.txt
16
```
17
0 commit comments