Merge pull request #4794 from kenyon/patch-1

installation.rst: correct Windows Run keyboard shortcut
This commit is contained in:
Takeshi KOMIYA 2018-03-29 22:19:20 +09:00 committed by GitHub
commit 90c55f387a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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