Skip to content

Commit

Permalink
README.md: make clear that libpaper is rquired to use PSUtils
Browse files Browse the repository at this point in the history
  • Loading branch information
rrthomas committed Aug 19, 2024
1 parent 9d7c2f3 commit 7bf3df4
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,17 @@ The easiest way to install PSUtils is from PyPI, the Python Package Index:

(Note the PyPI package name!)

PSUtils requires libpaper, which allows named paper sizes to be used and
configured:

libpaper: https://github.com/rrthomas/libpaper

Unfortunately, `pip` cannot install libpaper for you, but you might be able to install it with `brew` or from other package managers. Otherwise, you can install libpaper from source (see the link above).

## Installation from source or git

PSUtils requires Python 3.9 or later, a handful of Python libraries (listed
in `pyproject.toml`, and automatically installed by the build procedure),
and libpaper, which allows named paper sizes to be used and configured:

libpaper: https://github.com/rrthomas/libpaper
in `pyproject.toml`, and automatically installed by the build procedure).

In the source directory: `python -m build` (requires the `build` package to
be installed).
Expand Down

0 comments on commit 7bf3df4

Please sign in to comment.