diff --git a/base_report_to_printer/README.rst b/base_report_to_printer/README.rst index 2b63538..12158f5 100644 --- a/base_report_to_printer/README.rst +++ b/base_report_to_printer/README.rst @@ -29,6 +29,14 @@ Installation * Install PyCups - https://pypi.python.org/pypi/pycups +1) sudo apt-get install cups + +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 + Configuration =============