Changes between Version 7 and Version 8 of pyrunner
- Timestamp:
- 03/21/23 16:08:38 (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
pyrunner
v7 v8 2 2 PyRunner is a tool to run Python code from Java. 3 3 The PyRunner takes a ready-to-use python 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. 4 5 PyRunner is compatible with python 3.8, 3.9 and 3.10. 4 6 5 7 === Preparing Python