File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
3333uvx 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
4538When [ cookiecutter] runs, it will ask you a series of questions to configure your project.
4639Type the answer or hit return without typing anything to use the default option (shown in parenthesis).
You can’t perform that action at this time.
0 commit comments