commit a744bd1b8ae1d29633bc27b4f95ce55d60cafe40 Author: Arturo Filastò art@fuffa.org Date: Sun Nov 11 19:07:59 2012 +0100
Add sudo to commands that must be run as root --- README.md | 7 ++----- 1 files changed, 2 insertions(+), 5 deletions(-)
diff --git a/README.md b/README.md index 9d41eea..a6e3469 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,7 @@ If you are not inside of a virtual env the last command will have to be:
The other dependencies can be installed from the requirements.txt with:
- pip install -r requirements.txt + sudo pip install -r requirements.txt
You are highly recommended to do so from inside of a virtual environment, since pip does not download the packages via SSL and you will need to install it @@ -65,7 +65,7 @@ system wide.
This will require you to have installed virtualenv.
- apt-get install python-virtualenv + sudo apt-get install python-virtualenv
To create a new virtual environment do
@@ -75,7 +75,6 @@ Then install OONI with:
pip install -r requirements.txt
- ## Including your geo data in the test report
Including geografical information on where your probe is located helps us @@ -92,7 +91,6 @@ directory is located for example:
geoip_data_dir: /home/your_user/ooni-probe/data/
- ## Running some tests
To see the possible command line options run: @@ -116,4 +114,3 @@ test result, nor create a pcap file. This behavior can be personalized by editing your ooniprobe.conf configuration file.
-