This repository was archived by the owner on Feb 19, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -90,15 +90,15 @@ The wheel packages are found in the `dist` directory
9090To build this project you will need the following tools:
9191
9292* [ SWIG] ( http://www.swig.org/ ) (>= 4.0)
93- * [ Python] ( https://www.python.org/ ) (==2.7 && >=3.7 )
93+ * [ Python] ( https://www.python.org/ ) (>=3.6 )
9494* [ vcpkg] ( https://github.com/NordicPlayground/vcpkg )
9595* A C/C++ toolchain (should already have been installed to build nrf-ble-driver)
9696
9797
9898See the following sections for platform-specific instructions on the installation of the dependencies.
9999
100100
101- #### Windows
101+ #### Windows
102102
103103* Install the latest CMake stable release by downloading the Windows Installer from [ CMake site] ( https://cmake.org/download/ )
104104
@@ -109,7 +109,7 @@ SWIG in `c:\swig\swigwin-x.y.z`:
109109
110110 PATH=%PATH%;c:\swig\swigwin-x.y.z;
111111
112- * Install Python 2.7.x or 3.7.3 or newer by downloading the installer from [ Python Windows Downloads] ( https://www.python.org/downloads/windows/ )
112+ * Install Python 3.6 or newer by downloading the installer from [ Python Windows Downloads] ( https://www.python.org/downloads/windows/ )
113113
114114** Note** : Select the Python architecture (32 or 64-bit) that you plan to build for.
115115
You can’t perform that action at this time.
0 commit comments