Skip to content

Commit

Permalink
Merge pull request #140 from wayyoungboy/master
Browse files Browse the repository at this point in the history
release2.0.0
  • Loading branch information
Teingi authored Apr 11, 2024
2 parents d6a161a + 39d93f2 commit 3512eca
Show file tree
Hide file tree
Showing 119 changed files with 8,947 additions and 5,664 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -128,4 +128,4 @@ THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND,
EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT,
MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE.
See the Mulan PSL v2 for more details.
```
```
10 changes: 5 additions & 5 deletions README-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,19 +40,19 @@ sudo yum install -y oceanbase-diagnostic-tool
sh /usr/local/oceanbase-diagnostic-tool/init.sh
```

## 方式二:源码编译安装
## 方式二:源码安装
源码编译环境确保有如下依赖
- gcc
- wget
- python-devel
- mysql-devel

源码编译需要在python >= 3.8的环境下进行
源码安装需要在python >= 3.8的环境下进行

```shell
pip install -r requirements3.txt
cd rpm && sh build.sh build_obdiag
sh init.sh
pip3 install -r requirements3.txt
sh dev_init.sh
source ~/.bashrc
```

# obdiag config
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,9 @@ Before you install obdiag by using the source code, make sure that you have inst
To install obdiag on Python3.8, run these commands:

```shell
pip install -r requirements3.txt
cd rpm && sh build.sh build_obdiag
sh init.sh
pip3 install -r requirements3.txt
sh dev_init.sh
source ~/.bashrc
```

# obdiag config
Expand Down
Loading

0 comments on commit 3512eca

Please sign in to comment.