Skip to content

Commit

Permalink
Clarify readme installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
SmileyChris committed Sep 19, 2022
1 parent e0af4f0 commit 49915e0
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@ Pure python QR Code generator

Generate QR codes.

For a standard install (which will include pillow_ for generating images),
run::
A standard install uses pypng_ to generate PNG files and can also render QR
codes directly to the console.

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

.. _pillow: https://pypi.python.org/pypi/Pillow

For macOS run::
pip install "qrcode[pil]"

pip install qrcode"[pil]"
.. _pypng: https://pypi.python.org/pypi/pypng
.. _pillow: https://pypi.python.org/pypi/Pillow


What is a QR Code?
Expand Down

0 comments on commit 49915e0

Please sign in to comment.