From bc583453412bb41c3b049fe0afe3425e88a8cc68 Mon Sep 17 00:00:00 2001 From: victor Date: Sun, 15 Sep 2024 19:47:38 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20(Readme):=20`pipx`=20as=20defaul?= =?UTF-8?q?t=20install?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit `pipx` is better suited to CLI installs. Thanks @julien-blanchon! (in #11) --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 00027e0..49920ac 100644 --- a/README.md +++ b/README.md @@ -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