Skip to content

Commit

Permalink
Merge pull request #176 from Teingi/master
Browse files Browse the repository at this point in the history
update README
  • Loading branch information
Teingi authored Apr 23, 2024
2 parents b641067 + 47aa625 commit b7ae0e0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 15 deletions.
6 changes: 0 additions & 6 deletions README-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,6 @@ sh /usr/local/oceanbase-diagnostic-tool/init.sh
```

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

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

```shell
Expand Down
10 changes: 1 addition & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,15 +41,7 @@ sh /usr/local/oceanbase-diagnostic-tool/init.sh
```

## Method 2: Install obdiag by using the source code

Before you install obdiag by using the source code, make sure that you have installed these dependencies:

- gcc
- wget
- python-devel
- mysql-devel

To install obdiag on Python3.8, run these commands:
To install obdiag on Python >= 3.8, run these commands:

```shell
pip3 install -r requirements3.txt
Expand Down

0 comments on commit b7ae0e0

Please sign in to comment.