Skip to content

Commit

Permalink
Update Python client installation instruction (#1189)
Browse files Browse the repository at this point in the history
  • Loading branch information
greyli committed Nov 10, 2021
1 parent c04fc31 commit b24fc9e
Showing 1 changed file with 2 additions and 12 deletions.
14 changes: 2 additions & 12 deletions docs-2.0/14.client/5.nebula-python-client.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,20 +45,10 @@ $ pip install nebula2-python==<version>
$ cd nebula-python
```

3. 执行如下命令安装依赖
3. 执行如下命令安装

```bash
$ pip install -r requirements.txt
```

!!! note

如果想在开发模式下进行单元测试,请安装`requirements-dev.txt`的依赖。

4. 执行如下命令安装。

```bash
$ sudo python3 setup.py install
$ pip install .
```

## 核心代码
Expand Down

0 comments on commit b24fc9e

Please sign in to comment.