Update installing-cli.md

This commit is contained in:
wluxion 2016-10-25 11:28:10 -04:00 committed by GitHub
parent 3e158df022
commit c8544c013a
1 changed files with 2 additions and 1 deletions

View File

@ -42,7 +42,8 @@ Open your terminal or command shell and execute the following command:
```bash
$ pip install docker-cloud
```
(On Linux machines, ensure that python-dev is installed.)
If you encounter errors on Linux machines, make sure that `python-dev` is installed.
For example, on Ubuntu, run the following command: `apt-get install python-dev`
#### Install on macOS