From ec886a94bb4ae78618a3c1dd9542456fa39ae3bf Mon Sep 17 00:00:00 2001 From: Dan Helfman Date: Sat, 21 Oct 2023 19:29:05 -0700 Subject: [PATCH] Remove note about PATH that's less relevant now that pipx is the install method. --- README.md | 8 -------- 1 file changed, 8 deletions(-) diff --git a/README.md b/README.md index 2d9f5cf..2e07f56 100644 --- a/README.md +++ b/README.md @@ -229,14 +229,6 @@ cd novel-stats/ pipx install --editable . ``` -Note that this will typically install the novel-stats commands into -`~/.local/bin`, which may or may not be on your PATH. There are other ways to -install novel-stats editable as well, for instance into the system Python -install (so without `--user`, as root), or even into a -[virtualenv](https://virtualenv.pypa.io/en/stable/). How or where you install -novel-stats is up to you, but generally an editable install makes development -and testing easier. - ### Automated tests