Skip to content

Topic/explicit python env

David Trattnig requested to merge topic/explicit_python_env into master

@nnrcschmdt I've done some small improvements:

  • using "virtualenv" instead of "venv" in the Readme, to be consistent with all the other Readmes
  • using an explicit Python version (3.8) für vitualenv, because "python3" uses whatever is available
  • Updated the "init" script in "run.sh"

If you are fine with them would be great if you could merge. Thanks :)

Merge request reports