Skip to content

Commit 8c7f7cc

Browse files
dwillisclaude
andcommitted
docs: update installation instructions to use uv
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
1 parent 26791d8 commit 8c7f7cc

File tree

1 file changed

+14
-2
lines changed

1 file changed

+14
-2
lines changed

README.md

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,20 @@ The current version of this library is 1.0.0. It is very much a work in progress
1212

1313
### Installation
1414

15-
```python
16-
pip3 install python-espncricinfo
15+
```shell
16+
uv add python-espncricinfo
17+
```
18+
19+
Or with pip:
20+
21+
```shell
22+
pip install python-espncricinfo
23+
```
24+
25+
After installation, install the Playwright WebKit browser (required for fetching match data):
26+
27+
```shell
28+
uv run playwright install webkit
1729
```
1830

1931
### Usage

0 commit comments

Comments
 (0)