Updated installation instructions

This commit is contained in:
Manuel F Martinez 2013-03-13 23:25:46 -07:00
parent 69cea54818
commit 0e42bfc89a
1 changed files with 5 additions and 1 deletions

View File

@ -1,7 +1,11 @@
python-escpos python-escpos
============= =============
Ensure it is present under ${lib_arch}/${python_ver}/site-packages/escpos Ensure the library is installed on ${lib_arch}/${python_ver}/site-packages/escpos
On CLi you must run:
# python setup.py build
# sudo python setup.py install
On Linux, ensure you belongs to the proper group so you can have access to the printer. On Linux, ensure you belongs to the proper group so you can have access to the printer.
This can be done, by adding yourself to 'dialout' group, this might require to re-login This can be done, by adding yourself to 'dialout' group, this might require to re-login