diff --git a/docs/computing/running/toil-cwl-runner.md b/docs/computing/running/toil-cwl-runner.md index 1f2b9bd9b3..72271de363 100644 --- a/docs/computing/running/toil-cwl-runner.md +++ b/docs/computing/running/toil-cwl-runner.md @@ -33,8 +33,10 @@ This page describes how run CWL worklflows on Puhti using `toil-cwl-runner`, inc Install `toil` with `CWL` plugin. ``` +module load python-data + cd /projappl/ -python3 -m venv venv +python -m venv venv source venv/bin/activate pip install -U setuptools wheel