2010-02-26 08:54:46 +00:00
|
|
|
python-escpos
|
|
|
|
=============
|
|
|
|
|
2019-08-08 09:00:27 +00:00
|
|
|
This library is available over pypi. So for most of the use-cases it should be sufficient to run
|
2013-03-14 06:25:46 +00:00
|
|
|
|
2019-08-08 09:00:27 +00:00
|
|
|
```
|
|
|
|
pip install python-escpos --user # add --pre if you want to install pre-releases
|
|
|
|
```
|
2010-02-26 08:54:46 +00:00
|
|
|
|
2019-08-08 09:00:27 +00:00
|
|
|
For more information please read the documentation at https://python-escpos.readthedocs.io/en/latest/user/installation.html
|