Skip to content

Commit bc4541d

Browse files
authored
Simplify install instructions
1 parent 1558a87 commit bc4541d

1 file changed

Lines changed: 2 additions & 9 deletions

File tree

README.md

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -27,20 +27,13 @@ We also have a [tutorial](./tutorial.md) that has been presented in a couple of
2727

2828
## Using our template
2929

30-
If you have [uv] installed, you can use our template with the following one-liner:
30+
If you have [uv] installed, you can use our template with the following command:
3131

3232
```sh
3333
uvx cookiecutter gh:ucl-arc/python-tooling --checkout latest
3434
```
3535

36-
Alternatively you can [install cookiecutter] (following the recommended instructions).
37-
Do this if you don't use [uv], or if you're likely to want to use cookiecutter again.
38-
39-
Then you'll need to run cookiecutter with our template:
40-
41-
```sh
42-
cookiecutter gh:ucl-arc/python-tooling --checkout latest
43-
```
36+
If you don't want to use uv you can [install cookiecutter using pip], and run the above command without the leading `uvx`.
4437

4538
When [cookiecutter] runs, it will ask you a series of questions to configure your project.
4639
Type the answer or hit return without typing anything to use the default option (shown in parenthesis).

0 commit comments

Comments
 (0)