Skip to content

Commit 08473e0

Browse files
committed
Updated README
1 parent e1f4a63 commit 08473e0

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,14 @@ Installation
88

99
```bash
1010
uv add ws-api
11+
# or
12+
pip install ws-api
1113
```
1214

1315
Usage
1416
-----
1517

16-
Note: You'll need the keyring package to run the code below. Install with: `uv add keyring`
18+
Note: You'll need the keyring package to run the code below. Install with: `uv add keyring` (or `pip install keyring`)
1719

1820
```python
1921
from datetime import datetime

0 commit comments

Comments
 (0)