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
**Note**: We're now using a clone of scancode-toolkit instead of a release, as the latest release is of 15th February 2019 and the `scancli.py` script (required for execution of scancode_cli) was incroporated later i.e 5th March 2019 and there hasn't been a release since.
70
+
71
+
-**ScanCode Cli**
72
+
73
+
After successfully executing the above mentioned steps, (if required) we have to install python modules: `simplejson` and `execnet`, for the execution of `scancode_cli` analyzer.
74
+
75
+
```
76
+
pip install simplejson execnet
77
+
```
78
+
63
79
64
80
## How to install/uninstall
65
81
Graal is being developed and tested mainly on GNU/Linux platforms. Thus it is very likely it will work out of the box
@@ -111,6 +127,8 @@ The example below shows how easy it is to fetch code complexity information from
111
127
requires the URL where the repository is located (_https://github.com/chaoss/grimoirelab-perceval_) and the local path
112
128
where to mirror the repository (_/tmp/graal-cocom_). Then, the JSON documents produced are redirected to the file _graal-cocom.test_.
In the above example, we're using scancode_cli analyzer. Similarly, we can use the scancode analyzer by providing the category as `code_license_scancode` and it's corresponding executable path.
155
+
124
156
### From Python
125
157
Graal’s functionalities can be embedded in Python scripts. Again, the effort of using Graal is minimum. In this case the user
126
158
only needs some knowledge of Python scripting. The example below shows how to use Graal in a script.
0 commit comments