Skip to content

Commit

Permalink
README: add pipx install (#12)
Browse files Browse the repository at this point in the history
Signed-off-by: William Woodruff <[email protected]>
  • Loading branch information
woodruffw authored Jan 16, 2024
1 parent 2196417 commit b918f90
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,11 @@ Both command-line and library packages can be generated.

Install the `cookiecutter` CLI:

```
```bash
python -m pip install cookiecutter

# or, if you have pipx
pipx install cookiecutter
```

Use `cookiecutter` to generate a project using this template:
Expand Down

0 comments on commit b918f90

Please sign in to comment.