diff --git a/install/from-scratch.sh b/install/from-scratch.sh
index af222d7a8b2ad62bf20147c65fa48cb92f7ed887..5013dd140bbfb2f469f5c7c14a67acf0b1d6f381 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