From be68d67f4147e5896da87c79ede37433e69e7bf5 Mon Sep 17 00:00:00 2001 From: Philipp Klaus Date: Mon, 14 Dec 2015 11:28:17 +0100 Subject: [PATCH] README: list models, add --upgrade to pip cmd --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6e4d157..ca6c3cc 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,16 @@ ## brother\_ql ## A Python package to control Brother QL label printers. +This package basically replaces the driver because it implements +the raster language of those printers. + +Here is a list of printers claimed to be supported: + +QL-500, QL-550, QL-560, QL-570, QL-580N, QL-650TD, QL-700, QL-710W, QL-720NW, QL-1050, and QL-1060N. ### Installation ### - pip install https://github.com/pklaus/brother_ql/archive/master.zip + pip install https://github.com/pklaus/brother_ql/archive/master.zip --upgrade ### Usage ###