Skip to content

Commit

Permalink
update: readme add pip install (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
ifooth authored Nov 9, 2024
1 parent 74d9af9 commit 72b17a0
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
8 changes: 8 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,14 @@ bscp-python-sdk 是蓝鲸 BSCP 项目的 Python SDK,它能帮助你轻松访

## 使用示例

### 安装

```bash
python -m pip install bk-bscp
```

注: 只支持 `Python 3.8+` 版本

### 客户端对象 `BscpClient`

使用 `BscpClient` 来完成主要操作,其支持两种不同的调用风格。
Expand Down
8 changes: 8 additions & 0 deletions readme_en.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,14 @@ bscp-python-sdk is the Python SDK of the Blue Whale BSCP project. It can help yo

## Quick Start

### Installation

```bash
python -m pip install bk-bscp
```

Tip: Only `Python 3.8+` is supported

### client object`BscpClient`

Use `BscpClient` to complete the main operations, which supports two different calling styles.
Expand Down

0 comments on commit 72b17a0

Please sign in to comment.