From 53d457e4fcdaf001c51f791368ff0bb11b888582 Mon Sep 17 00:00:00 2001 From: deepinthewoods Date: Wed, 21 Jun 2023 20:54:39 +0100 Subject: [PATCH] Update windows.rst add qrcode to pip install command --- documentation/src/install/windows.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/src/install/windows.rst b/documentation/src/install/windows.rst index 36cb88c..633bba4 100644 --- a/documentation/src/install/windows.rst +++ b/documentation/src/install/windows.rst @@ -29,7 +29,7 @@ Following steps are known to work under Windows 10/11 (64-bit): :alt: Screenshot of Python 3.7 (64-bit) installer with PATH checked :align: center -3. Run the command :code:`pip install Markdown affine shapely` +3. Run the command :code:`pip install Markdown affine shapely qrcode` (Note: If the command pip is not found, you probably forgot to add the Python installation to the PATH environment variable in step 2)