ail-framework/installing_deps.sh
Starow 1379ef705a Initial import of AIL framework - Analysis Information Leak framework
AIL is a modular framework to analyse potential information leak from unstructured data source like pastes from Past
ebin or similar services. AIL framework is flexible and can be extended to support other functionalities to mine sen
sitive information
2014-08-06 11:43:40 +02:00

20 lines
No EOL
314 B
Bash

#!/bin/bash
set -e
set -x
sudo apt-get update
sudo apt-get install python-pip
sudo apt-get install python-virtualenv
sudo apt-get install python-dev
sudo apt-get install libfreetype6-dev
virtualenv AILENV
. ./AILENV/bin/activate
pip install -r requirements.txt --upgrade
python -m textblob.download_corpora