From 71e6139f63b9ee5634b02fb3fb17d12bec745f20 Mon Sep 17 00:00:00 2001 From: "D. Bohdan" Date: Tue, 28 Nov 2023 18:03:35 +0000 Subject: [PATCH] docs(readme): give pipx cmd for dev version inst --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index edd64d5..0b41722 100644 --- a/README.md +++ b/README.md @@ -46,11 +46,11 @@ You can install Remarshal using pip. python3 -m pip install --user remarshal ``` -You can install the current development version instead of a release. +It is possible to install the current development version instead of a release. Prefer releases unless you have a reason to run the development version. ```sh -python3 -m pip install --user git+https://github.com/remarshal-project/remarshal +pipx install git+https://github.com/remarshal-project/remarshal ``` ## Usage