@@ -63,14 +63,15 @@ Currently, the best choice is probably hatch for pure Python projects, and
6363scikit-build (such as the scikit-build-core + pybind11 choice) for binary
6464projects.
6565
66- #### To use (modern copier version)
66+ #### To use (copier version)
6767
6868Install ` copier ` and ` copier-templates-extensions ` . Using [ uv] [ ] , that's:
6969
7070``` bash
71- uv tool install copier --with copier-templates-extensions
71+ uv tool install copier! =9.5.0 --with copier-templates-extensions
7272```
7373
74+ (Copier 9.5.0 [ has a bug] ( https://github.com/copier-org/copier/issues/1977 ) )
7475Now, run copier to generate your project:
7576
7677``` bash
@@ -87,7 +88,7 @@ future.
8788> Note: Add ` --vcs-ref=HEAD ` to get the latest version instead of the last
8889> tagged version; HEAD always passes tests (and is what cookiecutter uses).
8990
90- #### To use (classic cookiecutter version)
91+ #### To use (cookiecutter version)
9192
9293Install cookiecutter, ideally with ` brew install cookiecutter ` if you use brew,
9394otherwise with ` uv tool install cookiecutter ` (or prepend ` uvx ` to the command
@@ -100,14 +101,14 @@ cookiecutter gh:scientific-python/cookie
100101If you are using cookiecutter 2.2.3+, you will get nice descriptions for the
101102options like copier!
102103
103- #### To use (classic cruft version)
104+ #### To use (cruft version)
104105
105106You can also use [ cruft] [ ] , which adds the ability update to cookiecutter
106107projects. Install with ` uv tool install cruft ` (or prepend ` uvx ` to the command
107108below, and skip installation). Then run:
108109
109110``` bash
110- cruft create gh: scientific-python/cookie
111+ cruft create https://github.com/ scientific-python/cookie
111112```
112113
113114#### Post generation
0 commit comments