Skip to content

Commit 0f645a1

Browse files
committed
doc: modify README.md
1 parent 085f28c commit 0f645a1

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@ plugins {
2020
pythonEmbed {
2121
packages = ['numpy']
2222
}
23+
24+
dependencies {
25+
implementation 'io.github.howtis:python-embed-runtime:1.0.2'
26+
}
2327
```
2428

2529
Then use it in your Java code:

0 commit comments

Comments
 (0)