Skip to content

Commit

Permalink
Update Python client installation instruction
Browse files Browse the repository at this point in the history
  • Loading branch information
greyli committed Oct 14, 2021
1 parent 4dc4912 commit 230a5a9
Showing 1 changed file with 2 additions and 12 deletions.
14 changes: 2 additions & 12 deletions docs-2.0/14.client/5.nebula-python-client.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,20 +45,10 @@ $ pip install nebula2-python==<version>
$ 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
Expand Down

0 comments on commit 230a5a9

Please sign in to comment.