Skip to content

Commit ca5416d

Browse files
committed
Corrected instances of 2.7.12 with 2.7.11
1 parent fc29ace commit ca5416d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/tools/offline/cli-setup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ You can install Mbed CLI on Windows, Linux and Mac OS X.
77
## Requirements
88

99
- **Python:** Mbed CLI is a Python script, so you'll need Python to use it:
10-
- We test Mbed CLI with [Python versions 2.7.12+ and 3.6.5+](https://www.python.org/downloads/).
10+
- We test Mbed CLI with [Python versions 2.7.11+ and 3.6.5+](https://www.python.org/downloads/).
1111
- pip.
1212

1313
<span class="notes">**Note:** Python 3 usage is **not compatible** with Mbed OS versions older than 5.9 and Mbed CLI toolchain versions older than 1.7.2. </span>

docs/tutorials/quickstart/quick-start-cli.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ You can ensure Mbed CLI installed correctly by running `mbed help` from your com
2424

2525
###### 1. Download and install Python and Pip
2626

27-
Download and install [Python versions 2.7.12+ or 3.6.5+](https://www.python.org/downloads/windows/) for Windows. Both Python versions will come with their own version of pip.
27+
Download and install [Python versions 2.7.11+ or 3.6.5+](https://www.python.org/downloads/windows/) for Windows. Both Python versions will come with their own version of pip.
2828

2929
<span class="notes">**Note:** When the installer is launched, check the checkbox that says "Add Python X.Y to PATH", otherwise Windows will not know where to search for the Python executable.</span>
3030

@@ -60,7 +60,7 @@ ARM_PATH=<path to ARM bin\>
6060

6161
##### 1. Install Python and Pip
6262

63-
Mac OS X 10.8+ comes with Python 2.7 preinstalled by Apple. If you are running an earlier version of Mac OS X, download and install [Python versions 2.7.12+ or 3.6.5+](https://www.python.org/downloads/mac-osx/).
63+
Mac OS X 10.8+ comes with Python 2.7 preinstalled by Apple. If you are running an earlier version of Mac OS X, download and install [Python versions 2.7.11+ or 3.6.5+](https://www.python.org/downloads/mac-osx/).
6464

6565
To install Pip, run `sudo easy_install pip` from your command-line.
6666

@@ -96,7 +96,7 @@ ARM_PATH=<path to ARM bin\>
9696

9797
##### 1. Install Python and Pip
9898

99-
Download and install [Python versions 2.7.12+ or 3.6.5+](https://www.python.org/downloads/source/) or you can use your distrubution's package manager to instal Python and pip.
99+
Download and install [Python versions 2.7.11+ or 3.6.5+](https://www.python.org/downloads/source/) or you can use your distrubution's package manager to instal Python and pip.
100100

101101
As an example, the following can be used in Ubuntu:
102102

0 commit comments

Comments
 (0)