Changes between Version 1 and Version 2 of pyrunner


Ignore:
Timestamp:
09/22/22 13:19:24 (2 years ago)
Author:
wouter
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • pyrunner

    v1 v2  
    22
    33This is a tool to run python code from Java.
     4
     5The 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.
     8* E.call the code you want to run
     9* call E.remove to remove the venv