From aa52fa4124c25d7e0d5f248cd2c0c37d2254c7ce Mon Sep 17 00:00:00 2001 From: Matt Upson Date: Mon, 17 Jul 2023 09:29:53 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f2b2e8b..505c9e9 100644 --- a/README.md +++ b/README.md @@ -4,10 +4,10 @@ A python port of the [remote](https://github.com/wellcometrust/remote) tool for # Getting started -The package is pip installable and can be installed directly from github with: +The package is pip installable and can be installed directly from github. We recommend using pipx: ``` -pip install git+https://github.com/ivyleavedtoadflax/remote.py.git +pipx install git+https://github.com/ivyleavedtoadflax/remote.py.git ``` # Usage