Skip to content

Commit a32866f

Browse files
author
Hugo Osvaldo Barrera
committed
Make installation instruction copy-pasteable
1 parent 717eb8b commit a32866f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,8 @@ The best way is to use pip: ``pip install python-barcode``. Don't forget to add
4747
this to our app's dependencies.
4848

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

5253
Provided Barcodes
5354
-----------------

0 commit comments

Comments
 (0)