Skip to content

Commit 16d3363

Browse files
committed
docs: pin GitHub install to v0.1.3
1 parent 5944ac1 commit 16d3363

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,10 @@ computer-use agents.
3434

3535
```bash
3636
# SDK only
37-
pip install git+https://github.com/aaronlab/browsertrace
37+
pip install "browsertrace @ git+https://github.com/aaronlab/browsertrace@v0.1.3"
3838

3939
# SDK + local web UI
40-
pip install "browsertrace[ui] @ git+https://github.com/aaronlab/browsertrace"
40+
pip install "browsertrace[ui] @ git+https://github.com/aaronlab/browsertrace@v0.1.3"
4141
```
4242

4343
## See a failure trace in 60 seconds

0 commit comments

Comments
 (0)