Changes between Version 4 and Version 5 of pyrunner


Ignore:
Timestamp:
03/20/23 14:48:26 (2 years ago)
Author:
wouter
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • pyrunner

    v4 v5  
    1313where <VERSION> is 8,9 etc depending on your python version.
    1414
    15 The procedure is roughly:
     15To check whether your python is ready for use, run this command
     16{{{
     17python -m venv venv
     18}}}
     19
     20If you get any errors, check the error and do further installations. Unfortunately this seems the python way of getting a working installation.
     21
     22
     23The PythonVenv usage is roughly like this:
    1624* create a PythonVenv  E, possibly already with the targz code you want to run
    1725 * Pass your targz directly into the PythonVenv constructor