commit 40698fa56409c53838dbc9dbbbf974ad81870a3c Author: Arturo Filastò art@fuffa.org Date: Thu Feb 20 13:00:32 2014 +0000
Add instructions on setting up development dependencies. --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+)
diff --git a/README.md b/README.md index 39603b0..921b7c0 100644 --- a/README.md +++ b/README.md @@ -49,6 +49,16 @@ cd ooni-probe python setup.py install ```
+### Setting up development environment + +On debian based systems this can be done with: +``` +sudo apt-get install libgeoip-dev python-virtualenv virtualenvwrapper +mkvirtualenv ooniprobe +python setup.py install +pip install -r requirements-dev.txt +``` + ### Other platforms (with Vagrant)
0) [Install Vagrant](http://downloads.vagrantup.com/) and [Install Virtualbox](https://www.virtualbox.org/wiki/Downloads)