From 0e42bfc89afb55f2a73e33eae302c90f56eac925 Mon Sep 17 00:00:00 2001 From: Manuel F Martinez Date: Wed, 13 Mar 2013 23:25:46 -0700 Subject: [PATCH] Updated installation instructions --- INSTALL | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/INSTALL b/INSTALL index 1b18ae1..e800f7f 100644 --- a/INSTALL +++ b/INSTALL @@ -1,7 +1,11 @@ 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. This can be done, by adding yourself to 'dialout' group, this might require to re-login