From bfad2148b005666d8f1e97e333e9b4a3ce7c447b Mon Sep 17 00:00:00 2001 From: Philipp Klaus Date: Sat, 10 Dec 2016 14:31:31 +0100 Subject: [PATCH] README: Default way to install brother_ql is now via PyPI --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index dee426b..f39ce00 100644 --- a/README.md +++ b/README.md @@ -28,9 +28,13 @@ single pixel to be printed. This is where brother\_ql comes into the game. ## Installation - pip install https://github.com/pklaus/brother_ql/archive/master.zip +brother\_ql is available from PyPI with pip: -Upgrade to the latest version using: + pip install brother_ql + # or to upgrade to a newer release: + pip install --upgrade brother_ql + +Alternatively, you can install the latest development version from Github using: pip install --upgrade https://github.com/pklaus/brother_ql/archive/master.zip