We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 085f28c commit 0f645a1Copy full SHA for 0f645a1
1 file changed
README.md
@@ -20,6 +20,10 @@ plugins {
20
pythonEmbed {
21
packages = ['numpy']
22
}
23
+
24
+dependencies {
25
+ implementation 'io.github.howtis:python-embed-runtime:1.0.2'
26
+}
27
```
28
29
Then use it in your Java code:
0 commit comments