From f6eb71d8e63fd175ca949c3184c39dc669b6694c Mon Sep 17 00:00:00 2001 From: Stefan Kesselheim <s.kesselheim@fz-juelich.de> Date: Fri, 11 Jun 2021 16:32:08 +0200 Subject: [PATCH] update doc --- readme.md | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/readme.md b/readme.md index d94767e..389256f 100644 --- a/readme.md +++ b/readme.md @@ -51,7 +51,7 @@ them into the workflow. This can e.g. mean that a compilation step is added in t setting appropriate environment variables is included in the activation step. ## Singularity -A useful alternative to environment modules are container-based environments. +A useful alternative to environment modules are container-based environments. ToDo: More Details # Details The setup is configured in the bash script `config.sh`. The user can define a name for the venv and directory @@ -79,9 +79,3 @@ by jupyter and a helper script in the virtual environment folder. -# Intended Workflow -1. Edit `config.sh` to change name an location of the venv if required. -2. Edit `modules.sh` to change the modules loaded prior to the creation of the venv. -3. Edit `requirements.txt` to change the packages to be installed during setup. -4. Edit `setup.sh` and `activate.sh` to add extra steps for custom modules. -5. Create a kernel with `create_kernel.sh` -- GitLab