提交 2134209d 编写于 作者: Z Zhipeng Xie

update README for new build method

Signed-off-by: NZhipeng Xie <xiezhipeng1@huawei.com>
上级 7e944aec
......@@ -36,15 +36,12 @@ pip3 install dict2xml Flask-RESTful pandas scikit-optimize==0.5.2 xgboost==0.90
#### 3、下载源码
```bash
mkdir -p /home/gopath/src
cd /home/gopath/src
git clone https://gitee.com/openeuler/A-Tune.git atune
git clone https://gitee.com/openeuler/A-Tune.git
```
#### 4、编译
```bash
cd atune
export GO111MODULE=off
cd A-Tune
make
```
......
......@@ -36,15 +36,12 @@ pip3 install dict2xml Flask-RESTful pandas scikit-optimize==0.5.2 xgboost==0.90
#### 3. Download the source code.
```bash
mkdir -p /home/gopath/src
cd /home/gopath/src
git clone https://gitee.com/openeuler/A-Tune.git atune
git clone https://gitee.com/openeuler/A-Tune.git
```
#### 4. Compile.
```bash
cd atune
export GO111MODULE=off
cd A-Tune
make
```
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册