mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Merge pull request #4794 from kenyon/patch-1
installation.rst: correct Windows Run keyboard shortcut
This commit is contained in:
commit
90c55f387a
@ -108,7 +108,7 @@ Windows
|
|||||||
|
|
||||||
Most Windows users do not have Python installed by default, so we begin with
|
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
|
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
|
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
|
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`__
|
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
|
$ 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.
|
:command:`cmd`) and run the same command.
|
||||||
|
|
||||||
.. code-block:: bat
|
.. code-block:: bat
|
||||||
|
Loading…
Reference in New Issue
Block a user