From af0228059d1de8968327068bc61603fd225e73bc Mon Sep 17 00:00:00 2001 From: Machine Learning and Applications Group Date: Thu, 30 Jun 2016 13:42:55 +0200 Subject: [PATCH] Improved README --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 241d71a..0f75202 100644 --- a/README.md +++ b/README.md @@ -16,10 +16,15 @@ VDiscover aims to be used when there is a **large** amount of testcases to analy * [matplotlib](http://matplotlib.org/) for visualization (very experimental, optional) * [keras](http://keras.io/) for convolutional clustering (very experimental, optional) +**Trace extraction is working only in x86** (x86_64 support should be simple to extend and it is planned) ## Quickstart -Before starting, it is recommended to manually install binutils, scikit-learn and setuptools (to perform a local installation). Then we can execute: +Before starting, it is recommended to manually install binutils, scikit-learn and setuptools (to perform a local installation). For instance, in Ubuntu/Debian: + + # apt-get install python-numpy python-matplotlib python-setup python-scipy + +Then we can execute: git clone https://github.com/CIFASIS/VDiscover.git cd VDiscover