add hint on proper script names

fixes #404
This commit is contained in:
Patrick Kanzler 2020-09-28 19:51:49 +02:00
parent 24105226b2
commit 2d798ca7e5
1 changed files with 5 additions and 0 deletions

View File

@ -125,6 +125,11 @@ on a USB interface.
# Cut paper # Cut paper
p.cut() p.cut()
Standard python constraints on libraries apply. This means especially
that you should not name the script in which you implement these lines
should not be named ``escpos`` as this would collide with the name of
the library.
Configuration File Configuration File
------------------ ------------------