Make a couple of corrections
This commit is contained in:
@@ -134,12 +134,12 @@ the ``assets`` folder of the source. This file can be built from setup script by
|
|||||||
Building the Documentation
|
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:
|
packages from PyPi:
|
||||||
|
|
||||||
.. code-block:: bash
|
.. 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:
|
The documentation can then be built from the root folder in the source code by running:
|
||||||
|
|
||||||
|
|||||||
@@ -186,7 +186,7 @@ command will not work in the command line window.
|
|||||||
|
|
||||||
Screenshot of the Python installer on Windows.
|
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:
|
from PowerShell. You can verify this by running:
|
||||||
|
|
||||||
.. code-block:: bash
|
.. code-block:: bash
|
||||||
|
|||||||
Reference in New Issue
Block a user