@@ -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 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 ` .
@@ -543,9 +543,9 @@ to run it again before invoking `make -j4`.
543
543
Optional requirements to build the MSI installer package:
544
544
545
545
* The [ WiX Toolset v3.11] ( https://wixtoolset.org/releases/ ) and the
546
- [ Wix Toolset Visual Studio 2019 Extension] ( https://marketplace.visualstudio.com/items?itemName=WixToolset.WixToolsetVisualStudio2019Extension ) .
546
+ [ Wix Toolset Visual Studio 2019 Extension] ( https://marketplace.visualstudio.com/items?itemName=WixToolset.WixToolsetVisualStudio2019Extension )
547
547
* The [ WiX Toolset v3.14] ( https://wixtoolset.org/releases/ ) if
548
- building for Windows 10 on ARM (ARM64).
548
+ building for Windows 10 on ARM (ARM64)
549
549
550
550
Optional requirements for compiling for Windows 10 on ARM (ARM64):
551
551
@@ -563,7 +563,7 @@ This script will install the following [Chocolatey](https://chocolatey.org/)
563
563
packages:
564
564
565
565
* [ Git for Windows] ( https://chocolatey.org/packages/git ) with the ` git ` and
566
- Unix tools added to the ` PATH ` .
566
+ Unix tools added to the ` PATH `
567
567
* [ Python 3.x] ( https://chocolatey.org/packages/python ) and
568
568
[ legacy Python] ( https://chocolatey.org/packages/python2 )
569
569
* [ Visual Studio 2019 Build Tools] ( https://chocolatey.org/packages/visualstudio2019buildtools )
0 commit comments