Skip to content

Commit 2e36256

Browse files
authored
Update README.md
1 parent 6ad2020 commit 2e36256

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

README.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -21,28 +21,20 @@ It provides a simple interface for examining Python functions and classes.
2121

2222
### From PyPI
2323

24-
With pip:
25-
2624
```sh
2725
pip install objinspect
2826
```
2927

30-
With uv:
31-
3228
```sh
3329
uv pip install objinspect
3430
```
3531

3632
### From source
3733

38-
With pip:
39-
4034
```sh
4135
pip install git+https://github.com/zigai/objinspect
4236
```
4337

44-
With uv:
45-
4638
```sh
4739
uv pip install git+https://github.com/zigai/objinspect
4840
```

0 commit comments

Comments
 (0)