Changes between Version 37 and Version 38 of pyrunner


Ignore:
Timestamp:
08/22/24 18:50:47 (3 months ago)
Author:
wouter
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • pyrunner

    v37 v38  
    33= PyRunner
    44PyRunner is a  tool to run Python code from Java.
    5 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.
     5The 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.
    66
    77At this moment PyRunner is compatible with python 3.8, 3.9 and 3.10.