Skip to content

Commit

Permalink
add note for failure of installation on some mac machines
Browse files Browse the repository at this point in the history
  • Loading branch information
wjo1212 committed Feb 7, 2018
1 parent c819b66 commit d2f6812
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,12 @@ Run below command to install the CLI:
> pip install -U aliyun-log-cli
```

**Note**

On mac if you encounter errors like `OSError: [Errno 1] Operation not permitted`, try to use below command to install:
```shell
> pip install -U aliyun-log-cli --user
```

### Full Usage list

Expand Down
8 changes: 8 additions & 0 deletions README_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,14 @@ Python 2.6、2.7、3.3、3.4、3.5、3.6、PyPy和PyPy3。
> pip install -U aliyun-log-cli
```

**注意**

Mac上如果你安装时遇到了权限相关的错误,如:`OSError: [Errno 1] Operation not permitted`,尝试使用如下命令安装:
```shell
> pip install -U aliyun-log-cli --user
```


<h2 id="完整参数列表">完整参数列表</h2>

执行以下命令查看日志服务CLI参数列表。
Expand Down

0 comments on commit d2f6812

Please sign in to comment.