mirror of
https://github.com/pklaus/brother_ql_web.git
synced 2024-05-25 11:56:53 +03:00
README: fixed installation instructions, mention of web GUI
This commit is contained in:
parent
894dc456ad
commit
8953293a71
|
@ -3,6 +3,7 @@
|
||||||
This is a web service to print labels on Brother QL label printers.
|
This is a web service to print labels on Brother QL label printers.
|
||||||
|
|
||||||
It offers:
|
It offers:
|
||||||
|
* a Web GUI allowing you to print your labels at */labeldesigner*,
|
||||||
* an API at */api/print/text/Your_Text?font_size=100&font_family=Minion%20Pro&font_style=Semibold*
|
* an API at */api/print/text/Your_Text?font_size=100&font_family=Minion%20Pro&font_style=Semibold*
|
||||||
to print a label containing 'Your Text' with the specified font properties.
|
to print a label containing 'Your Text' with the specified font properties.
|
||||||
|
|
||||||
|
@ -18,6 +19,7 @@ or download [the ZIP file](https://github.com/pklaus/brother_ql_web/archive/mast
|
||||||
|
|
||||||
Install the requirements:
|
Install the requirements:
|
||||||
|
|
||||||
|
pip install --upgrade https://github.com/pklaus/brother_ql/archive/master.zip
|
||||||
pip install -r requirements.txt
|
pip install -r requirements.txt
|
||||||
|
|
||||||
#### Usage
|
#### Usage
|
||||||
|
|
Loading…
Reference in New Issue
Block a user