Skip to content

Commit fc29ace

Browse files
Cruz Monrrealcmonr
authored andcommitted
Added Python 3 version warnings.
1 parent 94c5dba commit fc29ace

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/tools/offline/cli-setup.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,12 @@ You can install Mbed CLI on Windows, Linux and Mac OS X.
99
- **Python:** Mbed CLI is a Python script, so you'll need Python to use it:
1010
- We test Mbed CLI with [Python versions 2.7.12+ and 3.6.5+](https://www.python.org/downloads/).
1111
- pip.
12+
13+
<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>
1214

1315
<span class="notes">**Note:** Mbed CLI toolchain versions older than 1.5.1 are **not compatible** with `pip` version 10.0 (or newer). Please use the latest Mbed CLI with newer version of `pip`.</span>
1416

17+
1518
- **Git and Mercurial:** Mbed CLI supports both Git and Mercurial repositories, and you may need libraries from both sources as you work, so please to install both:
1619
- [Git](https://git-scm.com/) - version 1.9.5 or later.
1720
- [Mercurial](https://www.mercurial-scm.org/) - version 2.2.2 or later.

0 commit comments

Comments
 (0)