Skip to content

Commit

Permalink
Show standard install in addition to pil install
Browse files Browse the repository at this point in the history
  • Loading branch information
SmileyChris committed Sep 19, 2022
1 parent 49915e0 commit 6a6753b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ Pure python QR Code generator
Generate QR codes.

A standard install uses pypng_ to generate PNG files and can also render QR
codes directly to the console.
codes directly to the console. A standard install is just::

pip install pil

For more image functionality, install qrcode with the ``pil`` dependency so
that pillow_ is installed and can be used for generating images::
Expand Down

0 comments on commit 6a6753b

Please sign in to comment.