From 3c99f4888f8a0a1fc790eebf73c5f1310973f64b Mon Sep 17 00:00:00 2001 From: Grey Li Date: Thu, 14 Oct 2021 08:02:06 +0800 Subject: [PATCH] Update Python client installation instruction Mirror update to https://github.com/vesoft-inc/nebula-python/pull/152 --- docs-2.0/14.client/5.nebula-python-client.md | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) diff --git a/docs-2.0/14.client/5.nebula-python-client.md b/docs-2.0/14.client/5.nebula-python-client.md index ac48035fbe0..5b324e028fb 100644 --- a/docs-2.0/14.client/5.nebula-python-client.md +++ b/docs-2.0/14.client/5.nebula-python-client.md @@ -45,20 +45,10 @@ $ pip install nebula2-python== $ cd nebula-python ``` -3. 执行如下命令安装依赖。 +3. 执行如下命令安装。 ```bash - $ pip install -r requirements.txt - ``` - - !!! note - - 如果想在开发模式下进行单元测试,请安装`requirements-dev.txt`的依赖。 - -4. 执行如下命令安装。 - - ```bash - $ sudo python3 setup.py install + $ pip install . ``` ## 核心代码