You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 8, 2020. It is now read-only.
You also will need a `curl` cli tool to dowload `libuast`, and a `g++` for building [libtuast Python bindings](https://github.com/bblfsh/client-python/blob/0037d762563ab49b3daac8a7577f7103a5628fc6/setup.py#L17).
29
+
You also will need a `curl` cli tool to dowload `libuast`, and a `g++` for building [libuast Python bindings](https://github.com/bblfsh/client-python/blob/0037d762563ab49b3daac8a7577f7103a5628fc6/setup.py#L17).
30
30
The command for Debian and derived distributions would be:
31
31
32
32
```bash
33
-
sudo apt install curl
34
-
sudo apt install build-essential
33
+
sudo apt install curl build-essential
35
34
```
36
35
37
36
## Usage
@@ -87,13 +86,13 @@ for i in newiter: ...
87
86
# Over individual node objects to change the iteration order of
0 commit comments