Skip to content

Commit

Permalink
Improved README
Browse files Browse the repository at this point in the history
  • Loading branch information
gaa-cifasis authored Jun 30, 2016
1 parent 109b7c0 commit af02280
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit af02280

Please sign in to comment.