Changes between Version 7 and Version 8 of pyrunner


Ignore:
Timestamp:
03/21/23 16:08:38 (2 years ago)
Author:
wouter
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • pyrunner

    v7 v8  
    22PyRunner is a  tool to run Python code from Java.
    33The 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
     5PyRunner is compatible with python 3.8, 3.9 and 3.10.
    46
    57=== Preparing Python