Remove note about PATH that's less relevant now that pipx is the install method.
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Dan Helfman 2023-10-21 19:29:05 -07:00
parent 5a0bde193f
commit ec886a94bb
1 changed files with 0 additions and 8 deletions

View File

@ -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