Version 2 (modified by 2 years ago) ( diff ) | ,
---|
PyRunner
This is a tool to run python code from Java.
The procedure is roughly:
- create a PythonVenv E
- E.call pip install of the code that you want to run, or copy the code into E.
- E.call the code you want to run
- call E.remove to remove the venv
Note:
See TracWiki
for help on using the wiki.