From a23d9265f0b5913eed4b28219f5701eab39ff82b Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Wed, 29 Jan 2014 15:15:57 +0100 Subject: Updated README. --- README.md | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 263e40ad..90fc7ada 100644 --- a/README.md +++ b/README.md @@ -26,16 +26,10 @@ Installation You need to have installed Python >= 2.7, MongoDB and some Python libraries. Configuration is done via the file **conf/conf.cfg**. - $ sudo apt-get install mongodb-server python-pip - $ pip install --user virtualenv - $ virtualenv --no-site-packages ./env_pyAggr3g470r - $ source ./env_pyAggr3g470r/bin/activate - $ pip install --upgrade -r requirements.txt - $ cp conf/conf.cfg-sample conf/conf.cfg - $ python initialization.py database_name firstname lastname email password - $ python runserver.py - -Alternatively you can run the script ``install.sh``. +Launch the script ``install.sh`` in order to install automatically all Python requirements. +In order to prevent all dependencies problems and to keep your system stable, the libraries will be +installed in a Python virtual environment with [virtualenv](http://www.virtualenv.org)). +The installation will use the configuration file. You can configure pyAggr3g470r (proxy, user agent, etc.) in the file ``conf/conf.cfg``. If you want to use pyAggr3g470r with Tor/Privoxy, you just have to set the value of -- cgit