Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 425 Bytes

INSTALL.rst

File metadata and controls

14 lines (9 loc) · 425 Bytes

Installing qpageview

This package installs one Python package, qpageview, in the usual location for Python modules.

You can install qpageview without downloading it first via pip:

pip install qpageview

Use pip install qpageview[pdf] to ensure qpageview has PDF support, and pip qpageview[cups] for CUPS printing support (can be combined as pip install qpageview[pdf,cups]).