See `diva_evaluation_cli/bin/install.sh -h` for more options. If using `--all`, make sure to install the submodules before.
N.B.: We recommend to set the `-c` and `-s` options to what will be used as `system_cache_dir` by the entry_points ; otherwise, some operations like `validate-execution` will likely fail.
Test the installation
---------------------
Run the following command:
```
$ actev
```bash
actev
```
You should be able to see the available subcommands.
Usage
=====
Command line
...
...
@@ -57,8 +64,8 @@ Command line
Run the following command to obtain help with the CLI:
```
$ actev -h
```bash
actev -h
```
Documentation
...
...
@@ -66,8 +73,8 @@ Documentation
Consult the documentation to have information: [CLI](doc/cli_commands/index.md)
Fork it and develop your own implementation
===========================================
Fork it
...
...
@@ -75,8 +82,8 @@ Fork it
Click on the “Fork” button to make a copy of the repository in your own space and add this repository as a remote upstream to get the latest updates