Skip to content

Commit

Permalink
Document local instance of RDFRules
Browse files Browse the repository at this point in the history
  • Loading branch information
kdouda committed Jan 8, 2025
1 parent 7ba3dcd commit 96079be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ app.start_local(
install_jvm = True, # If you wish for Python to install JVM for you, set to true.
install_rdfrules = True, # If you wish for Python to install RDFRules, set to true.
rdfrules_path = "...", # Installation path for RDFRules. If you set install_rdfrules to False, it will expect RDFRule to be installed in this location.
jvm_path = "", # Installation path for the JVM. If you set install_jvm to False, it will expect JVM to be located in that directory.
jvm_path = "", # Installation path for the JVM.
config = config
)
```
Expand Down

0 comments on commit 96079be

Please sign in to comment.