Skip to content
This repository was archived by the owner on Mar 8, 2020. It is now read-only.

Commit 87f032a

Browse files
committed
Update README.md - add curl dep
Adding `curl` to dependency section of README as `pip install` depends on it https://github.com/bblfsh/client-python/blob/0037d762563ab49b3daac8a7577f7103a5628fc6/setup.py#L72 Signed-off-by: Alexander Bezzubov <alex@sourced.tech>
1 parent 0037d76 commit 87f032a

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,12 @@ python setup.py install
2323

2424
### Dependencies
2525

26-
You need to install `libxml2` and its header files. The command for
27-
Debian and derived distributions would be:
26+
You need to install `libxml2` and its header files. You also will need a `curl` cli tool.
27+
The command for Debian and derived distributions would be:
2828

2929
```bash
3030
sudo apt install libxml2-dev
31+
sudo apt install curl
3132
```
3233

3334
## Usage

0 commit comments

Comments
 (0)