Changes between Version 8 and Version 9 of pyrunner
- Timestamp:
- 03/21/23 16:15:24 (21 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
pyrunner
v8 v9 3 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. 4 4 5 PyRunner is compatible with python 3.8, 3.9 and 3.10.5 At this moment PyRunner is compatible with python 3.8, 3.9 and 3.10. 6 6 7 7 === Preparing Python