We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 717eb8b commit a32866fCopy full SHA for a32866f
README.rst
@@ -47,7 +47,8 @@ The best way is to use pip: ``pip install python-barcode``. Don't forget to add
47
this to our app's dependencies.
48
49
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]``.
+optional dependencies, so run: ``pip install "python-barcode[images]"`` (keep the
51
+quotes, most shells don't play nice with square brackets).
52
53
Provided Barcodes
54
-----------------
0 commit comments