@@ -237,7 +237,7 @@ test with Python 3.
237
237
* GNU Make 3.81 or newer
238
238
* Python (see note above)
239
239
* 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
241
241
242
242
Installation via Linux package manager can be achieved with:
243
243
@@ -256,7 +256,7 @@ Python 3 users may also need to install `python3-distutils`.
256
256
* Xcode Command Line Tools >= 10 for macOS
257
257
* Python (see note above)
258
258
* 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
260
260
261
261
macOS users can install the ` Xcode Command Line Tools ` by running
262
262
` xcode-select --install ` . Alternatively, if you already have the full Xcode
@@ -531,7 +531,7 @@ to run it again before invoking `make -j4`.
531
531
[ Visual Studio 2017 or 2019] ( https://visualstudio.microsoft.com/downloads/ ) or
532
532
the "Visual C++ build tools" workload from the
533
533
[ 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
535
535
* Basic Unix tools required for some tests,
536
536
[ Git for Windows] ( https://git-scm.com/download/win ) includes Git Bash
537
537
and tools which can be included in the global ` PATH ` .
@@ -546,7 +546,7 @@ Optional requirements to build the MSI installer package:
546
546
[ Wix Toolset Visual Studio 2017 Extension] ( https://marketplace.visualstudio.com/items?itemName=RobMensching.WixToolsetVisualStudio2017Extension )
547
547
or the [ Wix Toolset Visual Studio 2019 Extension] ( https://marketplace.visualstudio.com/items?itemName=WixToolset.WixToolsetVisualStudio2019Extension ) .
548
548
* 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)
550
550
551
551
Optional requirements for compiling for Windows 10 on ARM (ARM64):
552
552
@@ -564,7 +564,7 @@ This script will install the following [Chocolatey](https://chocolatey.org/)
564
564
packages:
565
565
566
566
* [ 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 `
568
568
* [ Python 3.x] ( https://chocolatey.org/packages/python ) and
569
569
[ legacy Python] ( https://chocolatey.org/packages/python2 )
570
570
* [ Visual Studio 2019 Build Tools] ( https://chocolatey.org/packages/visualstudio2019buildtools )
0 commit comments