From 901287ab5d2b887b1314e47c7a939b234dbf3a84 Mon Sep 17 00:00:00 2001 From: Pierre Neyron <pierre.neyron@imag.fr> Date: Tue, 23 Apr 2019 13:21:48 +0200 Subject: [PATCH] Add dependency to execo Execo is required by the python helper scripts to fetch the g5k environment description. --- kameleon/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/kameleon/README.md b/kameleon/README.md index a0a3500..92f36c1 100644 --- a/kameleon/README.md +++ b/kameleon/README.md @@ -25,6 +25,7 @@ frontend$ oarsub "sleep 2h" -l nodes=1,walltime=2 Once the job is running, connect to your node and install the required components: ``` +node$ pip2 install --user execo node$ gem install --user-install kameleon-builder ``` -- GitLab