Skip to content

Commit 94bf40e

Browse files
author
Cruz Monrreal
authored
Updated quick-start-cli.md
1 parent f6e1bea commit 94bf40e

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

docs/tutorials/quickstart/quick-start-cli.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ ARM_PATH=<path to ARM bin\>
3636

3737
##### 1. Install Python and Pip
3838

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/).
4040

4141
To install Pip, run `sudo easy_install pip` from your command-line.
4242

@@ -50,7 +50,7 @@ Download and install a compiler.
5050

5151
To install Mbed CLI, run `pip install mbed-cli` from your command-line.
5252

53-
You can ensure Mbed CLI installed correctly by running `mbed help`.
53+
You can ensure Mbed CLI installed correctly by running `mbed --version`.
5454

5555
##### 4. Setup environment
5656

@@ -72,12 +72,12 @@ ARM_PATH=<path to ARM bin\>
7272

7373
##### 1. Install Python and Pip
7474

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:
7678

7779
```console
78-
$ sudo apt-get install python2.7
79-
$ sudo apt-get install python-pip
80-
$ sudo apt-get update
80+
$ sudo apt-get install python2.7 python-pip
8181
```
8282

8383
##### 2. Install a compiler

0 commit comments

Comments
 (0)