Skip to content

Commit 7bf3df4

Browse files
committed
README.md: make clear that libpaper is rquired to use PSUtils
1 parent 9d7c2f3 commit 7bf3df4

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

README.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,14 +36,17 @@ The easiest way to install PSUtils is from PyPI, the Python Package Index:
3636

3737
(Note the PyPI package name!)
3838

39+
PSUtils requires libpaper, which allows named paper sizes to be used and
40+
configured:
41+
42+
libpaper: https://github.com/rrthomas/libpaper
43+
44+
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).
3945

4046
## Installation from source or git
4147

4248
PSUtils requires Python 3.9 or later, a handful of Python libraries (listed
43-
in `pyproject.toml`, and automatically installed by the build procedure),
44-
and libpaper, which allows named paper sizes to be used and configured:
45-
46-
libpaper: https://github.com/rrthomas/libpaper
49+
in `pyproject.toml`, and automatically installed by the build procedure).
4750

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

0 commit comments

Comments
 (0)