Skip to content

Commit

Permalink
switch readthedocs and package name to pai
Browse files Browse the repository at this point in the history
  • Loading branch information
pitt-liang committed Jul 17, 2024
1 parent 9444bde commit 9ab0216
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ PAI Python SDK是阿里云 [机器学习平台 PAI(Platform for Artificial Intel
使用以下命令安装PAI Python SDK(支持Python版本 \>= 3.8):

```shell
python -m pip install alipai
python -m pip install pai
```

## 📖 文档

请通过访问 [PAI Python SDK文档](https://alipai.readthedocs.io/) 或是查看 [docs](./docs) 目录下的文件获取SDK的详细文档,包括用户指南和API文档。
请通过访问 [PAI Python SDK文档](https://pai.readthedocs.io/) 或是查看 [docs](./docs) 目录下的文件获取SDK的详细文档,包括用户指南和API文档。

## 🛠 使用示例

Expand Down
4 changes: 2 additions & 2 deletions README_EN.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ The PAI Python SDK is provided by Alibaba Cloud\'s [Platform for Artificial Inte
Install the PAI Python SDK using the following command, which supports Python versions \>= 3.8 :

```shell
python -m pip install alipai
python -m pip install pai
```

## 📖 Documentation

Find detailed documentation, including API references and user guides, in the [docs](./docs/) directory or visit [PAI Python SDK Documentation](https://alipai.readthedocs.io/).
Find detailed documentation, including API references and user guides, in the [docs](./docs/) directory or visit [PAI Python SDK Documentation](https://pai.readthedocs.io/).

## 🛠 Basic Usage

Expand Down
2 changes: 1 addition & 1 deletion docs/source/quick-tour/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

.. parsed-literal::
python -m pip install alipai
python -m pip install pai
前提条件
Expand Down

0 comments on commit 9ab0216

Please sign in to comment.