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
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,7 @@
30
30
31
31
# Description
32
32
33
-
mbed-lstools is a Python module that detects and lists mbed-enabled devices connected to the host computer. It will be delivered as a redistributable Python module (package) and command line tool.
33
+
```mbed-ls``` is a _Python 2.7_ module that detects and lists mbed-enabled devices connected to the host computer. It will be delivered as a redistributable Python module (package) and command line tool.
34
34
35
35
Currently supported operating system:
36
36
@@ -55,7 +55,7 @@ When connecting more than one mbed-enabled device to the host computer, it takes
55
55
56
56
mbed-ls module is redistributed via PyPI. We recommend you use the [application pip](https://pip.pypa.io/en/latest/installing.html#install-pip).
57
57
58
-
**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.
58
+
**Note:** Python 2.7.9 onwards include ```pip``` by default, so you may have ```pip``` already.
59
59
60
60
To install mbed-ls from [PyPI](https://pypi.python.org/pypi/mbed-ls) use command:
0 commit comments