We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5944ac1 commit 16d3363Copy full SHA for 16d3363
1 file changed
README.md
@@ -34,10 +34,10 @@ computer-use agents.
34
35
```bash
36
# SDK only
37
-pip install git+https://github.com/aaronlab/browsertrace
+pip install "browsertrace @ git+https://github.com/aaronlab/browsertrace@v0.1.3"
38
39
# SDK + local web UI
40
-pip install "browsertrace[ui] @ git+https://github.com/aaronlab/browsertrace"
+pip install "browsertrace[ui] @ git+https://github.com/aaronlab/browsertrace@v0.1.3"
41
```
42
43
## See a failure trace in 60 seconds
0 commit comments