From b9663274c25196b367cfd442e33979a6c88c1015 Mon Sep 17 00:00:00 2001 From: Grey Li Date: Wed, 10 Nov 2021 19:16:27 +0800 Subject: [PATCH] Update Python client installation instruction (#902) 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