1
0
mirror of https://github.com/python-escpos/python-escpos synced 2025-12-02 09:43:30 +00:00

split off packages to be installed

This commit is contained in:
Patrick Kanzler
2023-08-17 01:25:36 +02:00
parent d48008a984
commit 7ca023a9ba
3 changed files with 17 additions and 4 deletions

View File

@@ -4,7 +4,7 @@ python-escpos
This library is available over pypi. So for most of the use-cases it should be sufficient to run
```
pip install python-escpos --user # add --pre if you want to install pre-releases
pip install python-escpos[all] --user # add --pre if you want to install pre-releases
```
For more information please read the documentation at https://python-escpos.readthedocs.io/en/latest/user/installation.html