Skip to content

Commit 158369f

Browse files
committed
add uv installation step in readme
1 parent 0098fb1 commit 158369f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,10 @@ Create your GitHub repository using this template (The big green `Use this templ
4141
Optionally tweak name and authors in the `pyproject.toml` file, however the metadata
4242
are not used when building the application, nor are referenced anywhere in the code.
4343

44+
Before running any commands, install `uv`:
45+
46+
- On Mac (using `brew`): `brew install uv`
47+
4448
Using Docker:
4549

4650
* `make containers`: Build containers

0 commit comments

Comments
 (0)