Skip to content

Commit 31c36a3

Browse files
inishchithjgbarah
authored andcommitted
[docs] Add installation of graal
Signed-off-by: inishchith <[email protected]>
1 parent 4990f35 commit 31c36a3

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

basics/install.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,22 @@ Assuming everything was fine, next thing is getting information about an specifi
110110

111111
If this shows a banner with information about how to use the Perceval git backend, we can assume that Perceval and all its dependencies were installed appropriately.
112112

113+
### Installing Graal
114+
115+
Graal can also be installed with `pip3`:
116+
117+
```bash
118+
(gl) $ pip3 install graal
119+
```
120+
121+
Once Graal is installed, you can move ahead to check whether it's installed correctly by simply invoking the module via command line.
122+
123+
```bash
124+
(gl) $ graal --help
125+
```
126+
127+
**Note:** CoLic backend requires executable path of tools which it leverages on ( [NOMOS](https://github.com/fossology/fossology/tree/master/src/nomos) & [SCANCODE](https://github.com/nexB/scancode-toolkit) ). You can install them by following the procedure mentioned [here](https://github.com/chaoss/grimoirelab-graal#how-to-installcreate-the-executables).
128+
113129
### Installing GrimoireELK
114130

115131
GrimoireELK can also be installed with `pip3`.

0 commit comments

Comments
 (0)