From 81b86b537216a6e20a8eba044334a006e280538b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?BLUTEC=E2=84=A2=20Solutions?= Date: Mon, 1 May 2017 08:16:21 +0100 Subject: [PATCH] Update README.rst Provided steps to installing PyCups --- base_report_to_printer/README.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/base_report_to_printer/README.rst b/base_report_to_printer/README.rst index 2b63538..976216d 100644 --- a/base_report_to_printer/README.rst +++ b/base_report_to_printer/README.rst @@ -29,6 +29,13 @@ Installation * Install PyCups - https://pypi.python.org/pypi/pycups +.. code-block:: bash + + sudo apt-get install cups + sudo apt-get install libcups2-dev + sudo apt-get install python-dev OR sudo apt-get install python3-dev + sudo easy_install pycups OR sudo pip install pycups + Configuration =============