Skip to content

Commit decbfcb

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

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,16 @@ 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+
```sh
57+
# via pip
58+
pip3 install cache-simulator
5659
```
57-
pip install cache-simulator
60+
61+
```sh
62+
# via uv
63+
uv tool install cache-simulator
5864
```
5965

6066
## Command-line parameters

0 commit comments

Comments
 (0)