We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd16f89 commit 59c8140Copy full SHA for 59c8140
‎README.md‎
@@ -10,13 +10,15 @@ A modern Python project template using recommended development tools and best pr
10
11
## TL;DR
12
13
-1. install `uv`, (version `>=0.5.19`)
+Assuming that you have `uv` installed (version `>=0.5.19`)
14
15
1. `uvx --with copier_templates_extensions copier copy -r main --trust gh:tsvikas/python-template path/to/project/directory/`
16
17
-1. `cd path/to/project/directory/`
+2. `cd path/to/project/directory/`
18
19
-1. `uvx --from rust-just just init`
+3. `uvx --from rust-just just init`
20
+
21
+You can shorten these steps if you install `copier` and `just`.
22
23
## Features
24
0 commit comments