aboutsummaryrefslogtreecommitdiffstats
path: root/docs/meson.rst
diff options
context:
space:
mode:
authorErik Faye-Lund <erik.faye-lund@collabora.com>2020-09-29 18:22:55 +0200
committerMarge Bot <eric+marge@anholt.net>2020-09-30 08:18:20 +0000
commitd95e2e48a9beda7a3af81ca271f1b1e2c53b4367 (patch)
tree8d1568287e62b4940e822db9b700b6d3a5466a67 /docs/meson.rst
parente198fb64e10ed6753d2f38657a96eaf4fec7578e (diff)
downloadexternal_mesa3d-d95e2e48a9beda7a3af81ca271f1b1e2c53b4367.tar.gz
external_mesa3d-d95e2e48a9beda7a3af81ca271f1b1e2c53b4367.tar.bz2
external_mesa3d-d95e2e48a9beda7a3af81ca271f1b1e2c53b4367.zip
docs: python3 -> Python 3
Reviewed-by: Eric Engestrom <eric@engestrom.ch> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/6915>
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