Skip to content

Commit

Permalink
Update README.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
elicoidal committed May 1, 2017
1 parent 44db78b commit e750fe1
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions base_report_to_printer/README.rst
Expand Up @@ -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
Expand Down

0 comments on commit e750fe1

Please sign in to comment.