We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1f4a63 commit 08473e0Copy full SHA for 08473e0
1 file changed
README.md
@@ -8,12 +8,14 @@ Installation
8
9
```bash
10
uv add ws-api
11
+# or
12
+pip install ws-api
13
```
14
15
Usage
16
-----
17
-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`)
19
20
```python
21
from datetime import datetime
0 commit comments