1
0
mirror of https://github.com/python-escpos/python-escpos synced 2025-09-13 09:09:58 +00:00

enable cups binding in documentation

This commit is contained in:
Patrick Kanzler
2023-08-10 00:33:14 +02:00
parent 98c53cb256
commit 00ca32372f
2 changed files with 4 additions and 3 deletions

View File

@@ -440,9 +440,9 @@ if _CUPSPRINT:
"""Simple CUPS printer connector.
.. note::
Requires _pycups_ which in turn needs the cups development library package:
- Ubuntu/Debian: _libcups2-dev_
- OpenSuse/Fedora: _cups-devel_
Requires ``pycups`` which in turn needs the cups development library package:
- Ubuntu/Debian: ``libcups2-dev``
- OpenSuse/Fedora: ``cups-devel``
"""
def __init__(self, printer_name=None, *args, **kwargs):