Changes between Version 8 and Version 9 of pyrunner


Ignore:
Timestamp:
03/21/23 16:15:24 (21 months ago)
Author:
wouter
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • pyrunner

    v8 v9  
    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.
    44
    5 PyRunner is compatible with python 3.8, 3.9 and 3.10.
     5At this moment PyRunner is compatible with python 3.8, 3.9 and 3.10.
    66
    77=== Preparing Python