Skip to content

Commit 59c8140

Browse files
committed
📝 Clarify installation prerequisites in README
1 parent dd16f89 commit 59c8140

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

‎README.md‎

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,15 @@ A modern Python project template using recommended development tools and best pr
1010

1111
## TL;DR
1212

13-
1. install `uv`, (version `>=0.5.19`)
13+
Assuming that you have `uv` installed (version `>=0.5.19`)
1414

1515
1. `uvx --with copier_templates_extensions copier copy -r main --trust gh:tsvikas/python-template path/to/project/directory/`
1616

17-
1. `cd path/to/project/directory/`
17+
2. `cd path/to/project/directory/`
1818

19-
1. `uvx --from rust-just just init`
19+
3. `uvx --from rust-just just init`
20+
21+
You can shorten these steps if you install `copier` and `just`.
2022

2123
## Features
2224

0 commit comments

Comments
 (0)