Skip to content
Snippets Groups Projects
Commit 4be34a77 authored by Chris Broekema's avatar Chris Broekema
Browse files

Updated README.md to include instructions to update submodules

parent dcd02e8b
Branches
No related tags found
No related merge requests found
...@@ -6,6 +6,11 @@ Using the `sm.ms.tar` dataset (md5 b5a325cc) provided by Sarod, the script can b ...@@ -6,6 +6,11 @@ Using the `sm.ms.tar` dataset (md5 b5a325cc) provided by Sarod, the script can b
``` ```
$ python directionalstat.py sm.ms DATA MODEL_DATA 600 60 0.5 $ python directionalstat.py sm.ms DATA MODEL_DATA 600 60 0.5
``` ```
The C++ implementation depends on the schaapcommon repository. Once this repository is cloned, dependencies can be pulled with:
```
$ git submodule init
$ git submodule update
```
The C++ implementation needs to be build first: The C++ implementation needs to be build first:
``` ```
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment