From 230a5a999e0e86d191c540150af04db59274704d Mon Sep 17 00:00:00 2001 From: Grey Li Date: Thu, 14 Oct 2021 08:25:09 +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 df1e10f210e..f751c53f6f8 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. Run the following command to install dependencies. +3. Run the following command to install Nebula Python. ```bash - $ pip install -r requirements.txt - ``` - - !!! note - - To run unit tests in the development mode, install dependencies of `requirements-dev.txt`. - -4. Run the following command to install Nebula Python. - - ```bash - $ sudo python3 setup.py install + $ pip install . ``` ## Core of the example code