Update README.rst

Provided steps to installing PyCups
This commit is contained in:
BLUTEC™ Solutions
2017-05-01 08:16:21 +01:00
committed by Carlos Roca
parent 6eb490f639
commit 81b86b5372

View File

@@ -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
=============