Commit b9ecf61501c54ce5058c94954ee55085e5812c54

Authored by Tássia Camões Araújo
1 parent cc57f933
Exists in master and in 1 other branch add_vagrant

Updated README

Showing 2 changed files with 11 additions and 6 deletions   Show diff stats
README
... ... @@ -6,10 +6,7 @@ Install dependencies
6 6  
7 7 # apt-get install \
8 8 python python-xapian python-apt python-cluster python-webpy python-simplejson \
9   -python-unittest2 python-numpy python-gnuplot \
10   -apt-xapian-index gnuplot
11   -
12   -# cd ./src; git clone https://github.com/rueckstiess/expsuite
  9 +python-numpy apt-xapian-index app-install-data python-xdg
13 10  
14 11  
15 12 Run AppRecommender web UI
... ... @@ -20,4 +17,5 @@ Run AppRecommender web UI
20 17  
21 18 Open a browser and access http://localhost:8080
22 19  
  20 +
23 21 More info at https://github.com/tassia/AppRecommender/wiki
... ...
src/experiments/README
1   -Experiments handled by expsuite:
2   -https://github.com/rueckstiess/expsuite
  1 +AppRecommender experiments and tests
  2 +---------------------------------------
  3 +
  4 +Install dependencies:
  5 +
  6 +# apt-get install \
  7 +python-unittest2 python-gnuplot gnuplot
  8 +
  9 +# cd ./src; git clone https://github.com/rueckstiess/expsuite (deprecated tests)
... ...