Commit 96b1b9b8c5a00c4a283c650bdc2e7b2569df8a8c
1 parent
143f5a27
Exists in
master
and in
1 other branch
Updated dependencies.
Showing
1 changed file
with
16 additions
and
7 deletions
Show diff stats
README
1 | 1 | AppRecommender - Application recommender for GNU/Linux systems |
2 | +--------------------------------------------------------------- | |
2 | 3 | |
3 | -Install dependencies: | |
4 | +Install dependencies | |
5 | +--------------------- | |
4 | 6 | |
5 | - aptitude install python python-xapian apt-xapian-index python-apt python-cluster python-webpy python-simplejson python-unittest2 | |
7 | +# apt-get install \ | |
8 | +python python-xapian python-apt python-cluster python-webpy python-simplejson \ | |
9 | +python-unittest2 python-numpy python-gnuplot \ | |
10 | +apt-xapian-index gnuplot | |
6 | 11 | |
7 | -Run AppRecommender web UI: | |
12 | +# cd ./src; git clone https://github.com/rueckstiess/expsuite | |
8 | 13 | |
9 | - cd ./src/web | |
10 | - ./server.py | |
11 | 14 | |
12 | - -> http://localhost:8080 | |
15 | +Run AppRecommender web UI | |
16 | +-------------------------- | |
13 | 17 | |
14 | -More info: https://github.com/tassia/AppRecommender/wiki | |
18 | +# cd ./src/web | |
19 | +# ./server.py | |
20 | + | |
21 | +Open a browser and access http://localhost:8080 | |
22 | + | |
23 | +More info at https://github.com/tassia/AppRecommender/wiki | ... | ... |