docs: python3 -> Python 3

Reviewed-by: Eric Engestrom <eric@engestrom.ch>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/6915>
This commit is contained in:
Erik Faye-Lund 2020-09-29 18:22:55 +02:00 committed by Marge Bot
parent e198fb64e1
commit d95e2e48a9
1 changed files with 3 additions and 3 deletions

View File

@ -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