@@ -237,7 +237,7 @@ test with Python 3.
237237* GNU Make 3.81 or newer
238238* Python (see note above)
239239 * Python 2.7
240- * Python 3.5, 3.6, 3.7, and 3.8.
240+ * Python 3.5, 3.6, 3.7, and 3.8
241241
242242Installation via Linux package manager can be achieved with:
243243
@@ -256,7 +256,7 @@ Python 3 users may also need to install `python3-distutils`.
256256* Xcode Command Line Tools >= 10 for macOS
257257* Python (see note above)
258258 * Python 2.7
259- * Python 3.5, 3.6, 3.7, and 3.8.
259+ * Python 3.5, 3.6, 3.7, and 3.8
260260
261261macOS users can install the ` Xcode Command Line Tools ` by running
262262` xcode-select --install ` . Alternatively, if you already have the full Xcode
@@ -531,7 +531,7 @@ to run it again before invoking `make -j4`.
531531 [ Visual Studio 2017 or 2019] ( https://visualstudio.microsoft.com/downloads/ ) or
532532 the "Visual C++ build tools" workload from the
533533 [ Build Tools] ( https://visualstudio.microsoft.com/downloads/#build-tools-for-visual-studio-2019 ) ,
534- with the default optional components.
534+ with the default optional components
535535* Basic Unix tools required for some tests,
536536 [ Git for Windows] ( https://git-scm.com/download/win ) includes Git Bash
537537 and tools which can be included in the global ` PATH ` .
@@ -546,7 +546,7 @@ Optional requirements to build the MSI installer package:
546546 [ Wix Toolset Visual Studio 2017 Extension] ( https://marketplace.visualstudio.com/items?itemName=RobMensching.WixToolsetVisualStudio2017Extension )
547547 or the [ Wix Toolset Visual Studio 2019 Extension] ( https://marketplace.visualstudio.com/items?itemName=WixToolset.WixToolsetVisualStudio2019Extension ) .
548548* The [ WiX Toolset v3.14] ( https://wixtoolset.org/releases/ ) if
549- building for Windows 10 on ARM (ARM64).
549+ building for Windows 10 on ARM (ARM64)
550550
551551Optional requirements for compiling for Windows 10 on ARM (ARM64):
552552
@@ -564,7 +564,7 @@ This script will install the following [Chocolatey](https://chocolatey.org/)
564564packages:
565565
566566* [ Git for Windows] ( https://chocolatey.org/packages/git ) with the ` git ` and
567- Unix tools added to the ` PATH ` .
567+ Unix tools added to the ` PATH `
568568* [ Python 3.x] ( https://chocolatey.org/packages/python ) and
569569 [ legacy Python] ( https://chocolatey.org/packages/python2 )
570570* [ Visual Studio 2019 Build Tools] ( https://chocolatey.org/packages/visualstudio2019buildtools )
0 commit comments