From f9a4d7ec1f412b70197bad5adebcb04e3a157e6a Mon Sep 17 00:00:00 2001 From: Veronica Berglyd Olsen <1619840+vkbo@users.noreply.github.com> Date: Sat, 10 Jun 2023 13:13:36 +0200 Subject: [PATCH] Make a couple of corrections --- docs/source/int_source.rst | 4 ++-- docs/source/int_started.rst | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/source/int_source.rst b/docs/source/int_source.rst index 272f18c3..bddd7ae2 100644 --- a/docs/source/int_source.rst +++ b/docs/source/int_source.rst @@ -134,12 +134,12 @@ the ``assets`` folder of the source. This file can be built from setup script by Building the Documentation ========================== -A local copy of this documentation can be generated as HTML. This requires the following Python +A local copy of this documentation can be generated as HTML. This requires installing some Python packages from PyPi: .. code-block:: bash - pip install furo sphinx + pip install -r docs/source/requirements.txt The documentation can then be built from the root folder in the source code by running: diff --git a/docs/source/int_started.rst b/docs/source/int_started.rst index dab20afd..002fdcae 100644 --- a/docs/source/int_started.rst +++ b/docs/source/int_started.rst @@ -186,7 +186,7 @@ command will not work in the command line window. Screenshot of the Python installer on Windows. -When Python is installed, you should be able to run Python commands from the COmmand Prompt or +When Python is installed, you should be able to run Python commands from the Command Prompt or from PowerShell. You can verify this by running: .. code-block:: bash