From 9be19b651a56eb30303292cb7c42af0fd3509f5c Mon Sep 17 00:00:00 2001 From: Pekka Niskanen Date: Thu, 31 May 2018 12:39:32 +0300 Subject: [PATCH] Added a note about CLI pip compatibility. --- docs/tools/offline/cli-setup.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/tools/offline/cli-setup.md b/docs/tools/offline/cli-setup.md index 60dd69e5bf..34ab288828 100644 --- a/docs/tools/offline/cli-setup.md +++ b/docs/tools/offline/cli-setup.md @@ -9,6 +9,8 @@ You can install Mbed CLI on Windows, Linux and Mac OS X. - **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. - pip. + + **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) - **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: - [Git](https://git-scm.com/) - version 1.9.5 or later.