Changes between Version 5 and Version 6 of pyrunner
- Timestamp:
- 03/20/23 14:48:44 (21 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
pyrunner
v5 v6 1 1 = PyRunner 2 2 3 === Preparing Python 3 4 This is a tool to run python code from Java. 4 5 The tool requires FULL python to be installed, including pip and venv. … … 20 21 If you get any errors, check the error and do further installations. Unfortunately this seems the python way of getting a working installation. 21 22 22 23 === Usage 23 24 The PythonVenv usage is roughly like this: 24 25 * create a PythonVenv E, possibly already with the targz code you want to run