From ea59c08d3ed56a2a6bd55cff255f05d423095e74 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Inge=20Hanssen?= Date: Thu, 8 Oct 2020 18:28:31 +0200 Subject: [PATCH] Update python versions in readme --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f02da448..e9cd3537 100644 --- a/README.md +++ b/README.md @@ -90,7 +90,7 @@ The wheel packages are found in the `dist` directory To build this project you will need the following tools: * [SWIG](http://www.swig.org/) (>= 4.0) -* [Python](https://www.python.org/) (==2.7 && >=3.7) +* [Python](https://www.python.org/) (>=3.6) * [vcpkg](https://github.com/NordicPlayground/vcpkg) * A C/C++ toolchain (should already have been installed to build nrf-ble-driver) @@ -98,7 +98,7 @@ To build this project you will need the following tools: See the following sections for platform-specific instructions on the installation of the dependencies. -#### Windows +#### Windows * Install the latest CMake stable release by downloading the Windows Installer from [CMake site](https://cmake.org/download/) @@ -109,7 +109,7 @@ SWIG in `c:\swig\swigwin-x.y.z`: PATH=%PATH%;c:\swig\swigwin-x.y.z; -* 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/) +* Install Python 3.6 or newer by downloading the installer from [Python Windows Downloads](https://www.python.org/downloads/windows/) **Note**: Select the Python architecture (32 or 64-bit) that you plan to build for.