From 5a0bde193fa22dbfd83d64714ecf8c36f483e089 Mon Sep 17 00:00:00 2001 From: Dan Helfman Date: Fri, 20 Oct 2023 14:36:38 -0700 Subject: [PATCH] Switch to pipx instead of pip in README. --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index db82bf7..2d9f5cf 100644 --- a/README.md +++ b/README.md @@ -57,11 +57,11 @@ total: 946 words ## Installation -Start by cloning the project with git. Then install it with Python's `pip`. -Example: +Start by cloning the project with git. Then install it with +[pipx](https://pypa.github.io/pipx/). Example: ```bash -pip3 install /path/to/novel-stats +pipx install /path/to/novel-stats ``` ## Usage @@ -226,7 +226,7 @@ make sure your changes work. ```bash cd novel-stats/ -pip3 install --editable --user . +pipx install --editable . ``` Note that this will typically install the novel-stats commands into @@ -245,7 +245,7 @@ you're in the `novel-stats/` working copy, install tox, which is used for setting up testing environments: ```bash -pip3 install --user tox +pipx install tox ``` Finally, to actually run tests, run: