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