File: INSTALL.rst

package info (click to toggle)
python-qpageview 1.0.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 788 kB
  • sloc: python: 5,125; makefile: 22
file content (14 lines) | stat: -rw-r--r-- 425 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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]``).