Skip to content

Commit d925c66

Browse files
adding git submodule commands to README
1 parent 616c0bd commit d925c66

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

README.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,17 @@ Code in repo is under development and may be unstable.
2424

2525
## For development
2626

27-
You will have to run
27+
As the C code is shared between python and R, it is in a git submodule. Current version can be grabbed with
2828

2929
```
30-
make Rcpp
30+
git submodule init
31+
git submodule update
32+
```
33+
34+
## To install
35+
36+
```
37+
make install
3138
```
3239

3340
## To test

0 commit comments

Comments
 (0)