Skip to content

Commit 96ff7b6

Browse files
authored
Update readme.md
1 parent c9062c1 commit 96ff7b6

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

readme.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,11 @@ https://radeon-pro.github.io/RadeonProRenderDocs/sdk/tutorials.html
7979

8080
You can create a RPR Python binding extension.
8181

82+
First, make sure to have all the submodules recursively ( [Nanobind](https://github.com/wjakob/nanobind) is used to create the binding ):
83+
```
84+
git submodule update --init --recursive
85+
```
86+
8287
Build the RPR binding libraries:
8388
```
8489
> cd python/

0 commit comments

Comments
 (0)