From 7581e90dcec96e7b555690ed4902a34a6bc12158 Mon Sep 17 00:00:00 2001 From: Kenyon Ralph Date: Wed, 28 Mar 2018 18:04:05 -0700 Subject: [PATCH] installation.rst: correct Windows Run keyboard shortcut You type Windows-R to get the Run dialog, not Control-R. --- doc/usage/installation.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/usage/installation.rst b/doc/usage/installation.rst index 23f1aef98..4bbd42a09 100644 --- a/doc/usage/installation.rst +++ b/doc/usage/installation.rst @@ -108,7 +108,7 @@ Windows Most Windows users do not have Python installed by default, so we begin with the installation of Python itself. If you are unsure, open the *Command -Prompt* (:kbd:`Control-r` and type :command:`cmd`). Once the command prompt is +Prompt* (:kbd:`⊞Win-r` and type :command:`cmd`). Once the command prompt is open, type :command:`python --version` and press Enter. If Python is available, you will see the version of Python printed to the screen. If you do not have Python installed, refer to the `Hitchhikers Guide to Python's`__ @@ -140,7 +140,7 @@ On Linux or MacOS, you should open your terminal and run the following command. $ pip install -U sphinx -On Windows, you should open *Command Prompt* (:kbd:`Control-r` and type +On Windows, you should open *Command Prompt* (:kbd:`⊞Win-r` and type :command:`cmd`) and run the same command. .. code-block:: bat