Skip to content

Commit 629d2a8

Browse files
author
Cruz Monrreal
authored
Replaced instance of 'python setup.py' with 'pip install'
1 parent 5c64ad2 commit 629d2a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ $ git clone https://github.com/ARMmbed/mbed-cli
105105
Once cloned, you can install Mbed CLI as a Python package:
106106

107107
```
108-
$ python setup.py install
108+
$ pip install .
109109
```
110110

111111
On Linux or Mac, you may need to run with `sudo`.

0 commit comments

Comments
 (0)