Skip to content

Commit

Permalink
Make installation instruction copy-pasteable
Browse files Browse the repository at this point in the history
  • Loading branch information
Hugo Osvaldo Barrera committed Aug 16, 2020
1 parent 717eb8b commit a32866f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@ The best way is to use pip: ``pip install python-barcode``. Don't forget to add
this to our app's dependencies.

If you'll be exporting to images (eg: not just SVG), you'll need additional
optional dependencies, so run: ``pip install python-barcode[images]``.
optional dependencies, so run: ``pip install "python-barcode[images]"`` (keep the
quotes, most shells don't play nice with square brackets).

Provided Barcodes
-----------------
Expand Down

0 comments on commit a32866f

Please sign in to comment.