aboutsummaryrefslogtreecommitdiffstats
path: root/docs/meson.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/meson.rst')
-rw-r--r--docs/meson.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/meson.rst b/docs/meson.rst
index 8868af78ec4..52c0ec38d24 100644
--- a/docs/meson.rst
+++ b/docs/meson.rst
@@ -48,8 +48,8 @@ package.
Windows
^^^^^^^
-You will need to install python3 and Meson as a module using pip. This
-is because we use python for generating code, and rely on external
+You will need to install Python 3 and Meson as a module using pip. This
+is because we use Python for generating code, and rely on external
modules (mako). You also need pkg-config (a hard dependency of Meson),
flex, and bison. The easiest way to install everything you need is with
`chocolatey <https://chocolatey.org/>`__.
@@ -71,7 +71,7 @@ Then install Meson using pip
py -3 -m pip install meson mako
-You may need to add the python3 scripts directory to your path for
+You may need to add the Python 3 scripts directory to your path for
Meson.
2. Basic Usage