From e030b19d93bbda22b7880cb05af4e4051ce59e27 Mon Sep 17 00:00:00 2001
From: nrequeno <ppnacho85@gmail.com>
Date: Thu, 17 Jan 2019 12:15:45 +0100
Subject: [PATCH] Updating installer

---
 install.sh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/install.sh b/install.sh
index 1db2230..bb5a782 100755
--- a/install.sh
+++ b/install.sh
@@ -1,5 +1,6 @@
 #!/usr/bin/env bash
 #pip2 uninstall BoolLearnLib
+pip install -r requirements.txt --user
 python setup.py clean --all
 python setup.py build
 python setup.py install --force --user
\ No newline at end of file
-- 
GitLab