Skip to content

Commit 5dad097

Browse files
chore(internal): codegen related update
1 parent 20dcbdc commit 5dad097

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
@@ -17,7 +17,7 @@ The REST API documentation can be found on [docs.browserbase.com](https://docs.b
1717

1818
```sh
1919
# install from PyPI
20-
pip install --pre browserbase
20+
pip install '--pre browserbase'
2121
```
2222

2323
## Usage
@@ -90,7 +90,7 @@ You can enable this by installing `aiohttp`:
9090

9191
```sh
9292
# install from PyPI
93-
pip install --pre browserbase[aiohttp]
93+
pip install '--pre browserbase[aiohttp]'
9494
```
9595

9696
Then you can enable it by instantiating the client with `http_client=DefaultAioHttpClient()`:

0 commit comments

Comments
 (0)