From 8953293a7170e87d4398165e03d2274d7c58acf9 Mon Sep 17 00:00:00 2001 From: Philipp Klaus Date: Fri, 25 Nov 2016 21:40:23 +0100 Subject: [PATCH] README: fixed installation instructions, mention of web GUI --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index b8394ea..d8a429a 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,7 @@ This is a web service to print labels on Brother QL label printers. 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* 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: + pip install --upgrade https://github.com/pklaus/brother_ql/archive/master.zip pip install -r requirements.txt #### Usage