Skip to content

Commit 668571e

Browse files
author
Amanda Butler
authored
Merge pull request #830 from cmonr/fix-cli-install-instructions
Updated mbed-cli install instructions to use 'pip' instead of 'setup.py'
2 parents 6353ed4 + 0494fd3 commit 668571e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/tools/CLI/cli-setup.md/cli-reqs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ $ git clone https://github.com/ARMmbed/mbed-cli
104104
Once cloned, you can install Mbed CLI as a Python package:
105105
106106
```
107-
$ python setup.py install
107+
$ pip install -e ./mbed-cli
108108
```
109109
110110
On Linux or macOS, you may need to run with `sudo`.

0 commit comments

Comments
 (0)