Changes between Version 2 and Version 3 of pyrunner
- Timestamp:
- 09/22/22 13:43:31 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
pyrunner
v2 v3 4 4 5 5 The procedure is roughly: 6 * create a PythonVenv E 7 * E.call pip install of the code that you want to run, or copy the code into E. 6 * create a PythonVenv E, possibly already with the targz code you want to run 7 * Pass your targz directly into the PythonVenv constructor 8 * or if you dont have a targz, copy the code into E. 8 9 * E.call the code you want to run 9 10 * call E.remove to remove the venv