Changes between Version 47 and Version 48 of pyrunner
- Timestamp:
- 09/18/24 14:32:36 (7 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
pyrunner
v47 v48 5 5 The PyRunner can take a ready-to-use python pip-installable tar.gz file. Such file is usually generated using the setuptool in python. This file contains references to all dependencies, those need to be downloaded from the web during installation of the file. The PyRunner creates a virtual environment, and installs your tar.gz file and all dependencies in the virtual environment. 6 6 7 At this moment PyRunner is compatible with python 3.8, 3.9 and 3.10.7 At this moment PyRunner is compatible with python 3.8, 3.9 3.10 and 3.11. 8 8 9 9 === Network