Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,10 @@ Once inside the cloned repository, the environment for the program can be set up

poetry run python -m dpsprep input.djvu

The program can easily be installed as a Python module via `poetry` and `pip`:
The program can then easily be installed locally via `poetry` and [`pipx`](https://pipx.pypa.io/en/stable/):

poetry build
pip install [--user] dist/*.whl
pipx install --include-deps dist/*.whl

If you are packaging this for some other package manager, consider using PEP-517 tools as shown in [this PKGBUILD file](https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=dpsprep-git).

Expand Down
Loading
Loading