From 22e2c36001250f005a4296c1c83b1fd136ddab20 Mon Sep 17 00:00:00 2001 From: Amir MOHAMMADI <amir.mohammadi@idiap.ch> Date: Sun, 15 Jan 2017 12:57:17 +0100 Subject: [PATCH] Update from-scratch.sh - add pkgtools --- install/from-scratch.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/install/from-scratch.sh b/install/from-scratch.sh index af222d7..5013dd1 100755 --- a/install/from-scratch.sh +++ b/install/from-scratch.sh @@ -94,7 +94,8 @@ pip --no-cache-dir install \ schema \ pyedflib \ mne \ - ipdb + ipdb \ + pkgtools echo "[>>] Bye!" exit 0 -- GitLab