commit d76970b926c5ae7a2607e596c715cb56f6621ea3 Author: anadahz kojgelo@inbox.com Date: Tue Mar 15 10:33:37 2016 -0300
Package virtualenvwrapper not needed
Removing virtualenvwrapper packages requirement. As spotted by @hellais --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.rst b/README.rst index 58c8376..384f71b 100644 --- a/README.rst +++ b/README.rst @@ -346,7 +346,7 @@ Setting up development environment On Debian based systems a development environment can be setup as follows: (prerequisites include build essentials, python-dev, and tor; for tor see https://www.torproject.org/docs/debian.html.en)::
- sudo apt-get install python-pip python-virtualenv virtualenv virtualenvwrapper + sudo apt-get install python-pip python-virtualenv virtualenv sudo apt-get install libgeoip-dev libffi-dev libdumbnet-dev libssl-dev libpcap-dev git clone https://github.com/TheTorProject/ooni-probe cd ooni-probe
tor-commits@lists.torproject.org