From 75100d0f921e7e4112b0e36e8d6baf431e04543b Mon Sep 17 00:00:00 2001 From: Dmitry Berezovsky Date: Mon, 1 Jul 2024 16:16:55 +0300 Subject: [PATCH] docs: update readme --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1dc05dd..8fc4a97 100644 --- a/README.md +++ b/README.md @@ -49,8 +49,10 @@ tpp -q 2 "Label 1" "Label 2" There are a couple of possible installation methods: -1. With pip: `pip install tapen` -2. Use pre-compiled binary. Just download binary from [releases page](https://github.com/corvis/tapen/releases) +1. With [pipx](https://pipx.pypa.io/stable/) (recommended, works for all platforms): `pipx install tapen` +2. With pip: `pip install tapen` +3. Use pre-compiled binary. Just download binary from [releases page](https://github.com/corvis/tapen/releases). At the moment only linux x64 binary +is available. ## Usage guide