Skip to content

Commit

Permalink
Docs: recommend installing with pipx
Browse files Browse the repository at this point in the history
  • Loading branch information
kalekundert committed Sep 24, 2023
1 parent 4d91197 commit 02d42aa
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions docs/installation.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
## Fully supported

### Pip (recommended)
### Pipx (recommended)
```{.sh .copy}
pipx install gitlint --include-deps
```

### Pip
```{.sh .copy}
pip install gitlint
```
Expand Down Expand Up @@ -70,4 +75,4 @@ eval "$(_GITLINT_COMPLETE=zsh_source gitlint)"

# Fish: add to ~/.config/fish/completions/foo-bar.fish
eval (env _GITLINT_COMPLETE=fish_source gitlint)
```
```

0 comments on commit 02d42aa

Please sign in to comment.