Skip to content

Commit bd93519

Browse files
committed
Update README to include uv instructions.
1 parent b294fa8 commit bd93519

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,20 @@
1414

1515
## Setup
1616

17+
Run directly with [uv](https://docs.astral.sh/uv/):
18+
19+
``` sh
20+
uvx miniacd --help
21+
```
22+
23+
Or, use pip to install into your local environment:
24+
1725
``` sh
1826
pip install miniacd
27+
miniacd --help
1928
```
2029

21-
Or, to install a prerelease version:
30+
Or, install a prerelease version:
2231

2332
1. Download a recent `.whl` from [GitHub Releases](https://github.com/kylc/miniacd/releases)
2433
2. Run `pip install miniacd<...>.whl` (replace `<...>` with the actual filename)

0 commit comments

Comments
 (0)