Skip to content

Commit b27d419

Browse files
committed
Update README to reference uv
1 parent 936da83 commit b27d419

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

README.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,18 @@ This produces the following output:
5151

5252
## Installing
5353

54-
You can install Cache Simulator via pip (ideally globally):
54+
You can install Cache Simulator via pip, *or* using your preferred package manager (like uv):
5555

56+
### pip
57+
58+
```sh
59+
pip3 install cache-simulator
5660
```
57-
pip install cache-simulator
61+
62+
### uv
63+
64+
```sh
65+
uv tool install cache-simulator
5866
```
5967

6068
## Command-line parameters

0 commit comments

Comments
 (0)