Skip to content

Commit 6542173

Browse files
committed
Update README.md
1 parent 435d4e1 commit 6542173

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,17 @@ mbedls provides these points of information for all connected boards at once in
2323

2424
**Tip:** Because we are all automation fanatics, the ```mbedls``` command will also output mbed-enabled auto-detection data in JSON format (see below).
2525

26+
## Installation from PyPI (Python Package Index)
27+
28+
mbed-ls module is redistributed via PyPI. We recommend you use the [application pip](https://pip.pypa.io/en/latest/installing.html#install-pip).
29+
30+
To install mbed-ls from Python Package Index use command:
31+
```
32+
$ pip install mbed-ls
33+
```
34+
35+
**Note:** Python 2.7.9 and later (on the Python 2 series), and Python 3.4 and later include pip by default, so you may have pip already.
36+
2637
## Installation from Python sources
2738

2839
**Prerequisites:** you need to have [Python 2.7.x](https://www.python.org/download/releases/2.7/) installed on your system.

0 commit comments

Comments
 (0)