Skip to content

Commit 775b562

Browse files
docs(github): update CONTRIBUTING.md
1 parent 958e878 commit 775b562

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/CONTRIBUTING.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,18 @@ Run the tests:
9898
pytest
9999
```
100100

101+
Install the package with `pipx`:
102+
103+
```sh
104+
pipx install .
105+
```
106+
107+
Test the command:
108+
109+
```sh
110+
python_cli_template --help
111+
```
112+
101113
## Lint
102114

103115
Update pre-commit hooks to the latest version:

0 commit comments

Comments
 (0)