From 4f68447bc9f6fd4100871dab541b4f4e464450c0 Mon Sep 17 00:00:00 2001 From: Max R Date: Mon, 2 Dec 2024 13:55:48 -0500 Subject: [PATCH] Document QR code printing functionality --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d86c9bf..5ad32ea 100644 --- a/README.md +++ b/README.md @@ -78,10 +78,13 @@ dependencies. (Note that on most systems, `pip3` invokes the Python 3.x version, the Python 2.7 version; Python 2.7 is still supported, but not recommended because it's nearing obsolescence.) -``` +```console # Install latest release from PyPI $ pip3 install python-vipaccess +# Optional - install the version which prints out a QR code (instead of using qrencode) +$ pip3 install 'python-vipaccess[qr]' + # Install latest development version from GitHub $ pip3 install https://github.com/dlenski/python-vipaccess/archive/HEAD.zip ```