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

Commit

Permalink
Update python versions in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
bihanssen committed Oct 8, 2020
1 parent 0c26462 commit ea59c08
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,15 +90,15 @@ 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)


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/)

Expand All @@ -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.

Expand Down

0 comments on commit ea59c08

Please sign in to comment.