Changes between Version 37 and Version 38 of pyrunner
- Timestamp:
- 08/22/24 18:50:47 (3 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
pyrunner
v37 v38 3 3 = PyRunner 4 4 PyRunner is a tool to run Python code from Java. 5 The PyRunner takes a ready-to-use pythontar.gz file that was generated using the setuptool in python. This file contains all dependencies. The PyRunner then creates a virtual environment, and installs your tar.gz file and all dependencies in the virtual environment.5 The PyRunner can take a ready-to-use python pip-installable tar.gz file that was generated using the setuptool in python. This file contains all dependencies. The PyRunner then creates a virtual environment, and installs your tar.gz file and all dependencies in the virtual environment. 6 6 7 7 At this moment PyRunner is compatible with python 3.8, 3.9 and 3.10.