Updated installation instructions
This commit is contained in:
parent
69cea54818
commit
0e42bfc89a
6
INSTALL
6
INSTALL
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue