You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -56,6 +56,11 @@ Windows, Linux and Mac OS X support Mbed CLI. We're keen to learn about your exp
56
56
57
57
***Python** - Mbed CLI is a Python script, so you'll need Python to use it. We test Mbed CLI with [version 2.7.11 of Python](https://www.python.org/downloads/release/python-2711/). It is not compatible with Python 3.
58
58
59
+
#### Mbed CLI and pip compatibility
60
+
61
+
<spanclass="notes">**Note:** Mbed CLI toolchain versions older than 1.5.1 are **not compatible** with `pip` version 10.0 (or newer). Please use latest Mbed CLI with newer version of `pip`. More details in Mbed CLI issue [#657](https://github.com/ARMmbed/mbed-cli/issues/657).</span>
62
+
63
+
59
64
***Git and Mercurial** - Mbed CLI supports both Git and Mercurial repositories, so you need to install both:
60
65
*[Git](https://git-scm.com/) - version 1.9.5 or later.
61
66
*[Mercurial](https://www.mercurial-scm.org/) - version 2.2.2 or later.
0 commit comments