Skip to content
This repository was archived by the owner on Feb 19, 2024. It is now read-only.

Commit ea59c08

Browse files
committed
Update python versions in readme
1 parent 0c26462 commit ea59c08

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -90,15 +90,15 @@ The wheel packages are found in the `dist` directory
9090
To 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

9898
See 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

0 commit comments

Comments
 (0)