From e750fe1fc2478cd20e3eb46933abffc0ee50ff90 Mon Sep 17 00:00:00 2001 From: "Eric @ Elico Corp" Date: Mon, 1 May 2017 17:23:41 +0800 Subject: [PATCH] Update README.rst --- base_report_to_printer/README.rst | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/base_report_to_printer/README.rst b/base_report_to_printer/README.rst index 12158f5..976216d 100644 --- a/base_report_to_printer/README.rst +++ b/base_report_to_printer/README.rst @@ -29,13 +29,12 @@ Installation * Install PyCups - https://pypi.python.org/pypi/pycups -1) sudo apt-get install cups +.. code-block:: bash -2) sudo apt-get install libcups2-dev - -3) sudo apt-get install python-dev OR sudo apt-get install python3-dev - -4) sudo easy_install pycups OR sudo pip install pycups + 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