We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ad2020 commit 2e36256Copy full SHA for 2e36256
1 file changed
README.md
@@ -21,28 +21,20 @@ It provides a simple interface for examining Python functions and classes.
21
22
### From PyPI
23
24
-With pip:
25
-
26
```sh
27
pip install objinspect
28
```
29
30
-With uv:
31
32
33
uv pip install objinspect
34
35
36
### From source
37
38
39
40
41
pip install git+https://github.com/zigai/objinspect
42
43
44
45
46
47
uv pip install git+https://github.com/zigai/objinspect
48
0 commit comments