Now, to use the framework, we just need to clone the git repository on our machine. To do that, you can use the follownig command:
    
    
    $ git clone https://github.com/AbEC-EC/AbEC.git
    
    
Then, enter in the AbEC directory created and execute the install.sh script, this will install all the needed dependencies to run the framework. 
    
    
    $ cd AbEC
    
    
    
    
    $ ./install.sh
    
    
Once installed the dependencies, we can start to use the framework going to the abec directory and executing the app.sh:
    
    
    $ cd abec
    
    
    
    
    $ ./app.sh
    
    
For more information about how to use, please 
come here.