Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update README #176

Merged
merged 1 commit into from
Apr 23, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading