Skip to content

Commit

Permalink
📝 (Readme): pipx as default install
Browse files Browse the repository at this point in the history
`pipx` is better suited to CLI installs. Thanks @julien-blanchon! (in #11)
  • Loading branch information
victor authored and victor committed Sep 15, 2024
1 parent 1cfadc1 commit bc58345
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,11 @@
An interactive Python implementation of the Gitmoji convention: [gitmoji.dev/](https://gitmoji.dev/)

```text
pip install gitmopy
pipx install gitmopy
```

`pipx`? Yes, in most cases you don't want to use `gitmopy`as a library but rather as a standalone CLI and you should therefore use [`pipx`](https://github.com/pypa/pipx) rather than `pip` to install it. `pip install gitmopy` will work too if that's really what you want.

![demo-gitmopy](https://raw.githubusercontent.com/vict0rsch/gitmopy/main/assets/demo-gitmopy.gif)

## How to use
Expand Down

0 comments on commit bc58345

Please sign in to comment.