From 4cf22aefee43cc63566b3459b6e5d153995f13fc Mon Sep 17 00:00:00 2001 From: Bing Gong <b.gong@fz-juelich.de> Date: Tue, 23 Jun 2020 09:48:26 +0200 Subject: [PATCH] change setup discription --- README.md | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 141f1232..bd1e12a3 100644 --- a/README.md +++ b/README.md @@ -19,11 +19,17 @@ git clone https://gitlab.version.fz-juelich.de/toar/ambs.git ### Set-up env on JUWELS and ZAM347 -- Set up env and install packages +- Set up env and install packages on JUWELS ```bash -cd video_prediction_savp -source env_setup/create_env.sh <dir_name> <env_name> +cd video_prediction_savp/env_setup +source create_env.sh <dir_name> <env_name> +``` + +- Setup env and install packages on zam347 +```bash +cd video_prediction_savp/env_setup +source create_env_zam347.sh <env_name> ``` ### Run workflow on ZAM347 -- GitLab