Skip to content

Commit 3c99f48

Browse files
committed
Update Python client installation instruction
Mirror update to vesoft-inc/nebula-python#152
1 parent 4e4be7f commit 3c99f48

File tree

1 file changed

+2
-12
lines changed

1 file changed

+2
-12
lines changed

docs-2.0/14.client/5.nebula-python-client.md

+2-12
Original file line numberDiff line numberDiff line change
@@ -45,20 +45,10 @@ $ pip install nebula2-python==<version>
4545
$ cd nebula-python
4646
```
4747

48-
3. 执行如下命令安装依赖
48+
3. 执行如下命令安装
4949

5050
```bash
51-
$ pip install -r requirements.txt
52-
```
53-
54-
!!! note
55-
56-
如果想在开发模式下进行单元测试,请安装`requirements-dev.txt`的依赖。
57-
58-
4. 执行如下命令安装。
59-
60-
```bash
61-
$ sudo python3 setup.py install
51+
$ pip install .
6252
```
6353

6454
## 核心代码

0 commit comments

Comments
 (0)