Changes between Version 6 and Version 7 of pyrunner
- Timestamp:
- 03/20/23 14:50:25 (21 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
pyrunner
v6 v7 1 1 = PyRunner 2 PyRunner is a tool to run Python code from Java. 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. 2 4 3 5 === Preparing Python