Changes between Version 2 and Version 3 of pyrunner


Ignore:
Timestamp:
09/22/22 13:43:31 (3 years ago)
Author:
wouter
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • pyrunner

    v2 v3  
    44
    55The 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.
    89* E.call the code you want to run
    910* call E.remove to remove the venv