Changes between Version 5 and Version 6 of pyrunner


Ignore:
Timestamp:
03/20/23 14:48:44 (21 months ago)
Author:
wouter
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • pyrunner

    v5 v6  
    11= PyRunner
    22
     3=== Preparing Python
    34This is a tool to run python code from Java.
    45The tool requires FULL python to be installed, including pip and venv.
     
    2021If you get any errors, check the error and do further installations. Unfortunately this seems the python way of getting a working installation.
    2122
    22 
     23=== Usage
    2324The PythonVenv usage is roughly like this:
    2425* create a PythonVenv  E, possibly already with the targz code you want to run