Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand Down