From a5ed505df609b5c8d08c9b5362034b488a1b2980 Mon Sep 17 00:00:00 2001 From: Hugo Osvaldo Barrera Date: Sun, 16 Aug 2020 11:20:24 +0200 Subject: [PATCH] Make installation instruction copy-pasteable --- README.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index fce3d45..bb0d5e9 100644 --- a/README.rst +++ b/README.rst @@ -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 -----------------