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: docs/tutorials/quickstart/quick-start-cli.md
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -36,7 +36,7 @@ ARM_PATH=<path to ARM bin\>
36
36
37
37
##### 1. Install Python and Pip
38
38
39
-
Mac OS X 10.8+ comes with Python 2.7 preinstalled by Apple. If you are running an earlier version of Mac OS X, download and install [Python 2.7.12+](https://www.python.org/downloads/mac-osx/).
39
+
Mac OS X 10.8+ comes with Python 2.7 preinstalled by Apple. If you are running an earlier version of Mac OS X, download and install [Python versions 2.7.12+ or 3.6.5+](https://www.python.org/downloads/mac-osx/).
40
40
41
41
To install Pip, run `sudo easy_install pip` from your command-line.
42
42
@@ -50,7 +50,7 @@ Download and install a compiler.
50
50
51
51
To install Mbed CLI, run `pip install mbed-cli` from your command-line.
52
52
53
-
You can ensure Mbed CLI installed correctly by running `mbed help`.
53
+
You can ensure Mbed CLI installed correctly by running `mbed --version`.
54
54
55
55
##### 4. Setup environment
56
56
@@ -72,12 +72,12 @@ ARM_PATH=<path to ARM bin\>
72
72
73
73
##### 1. Install Python and Pip
74
74
75
-
Download and install [Python 2.7.12+](https://www.python.org/downloads/source/) or run the following from your command-line:
75
+
Download and install [Python versions 2.7.12+ or 3.6.5+](https://www.python.org/downloads/source/) or you can use your distrubution's package manager to instal Python and pip.
76
+
77
+
As an example, the following can be used in Ubuntu:
0 commit comments