[tor-commits] r26346: {website} pip needs python-dev to install the deps of obfsproxy (website/trunk/projects/en)

George Kadianakis asn at torproject.org
Tue Sep 10 10:34:06 UTC 2013


Author: asn
Date: 2013-09-10 10:34:06 +0000 (Tue, 10 Sep 2013)
New Revision: 26346

Modified:
   website/trunk/projects/en/obfsproxy-instructions.wml
Log:
pip needs python-dev to install the deps of obfsproxy

Modified: website/trunk/projects/en/obfsproxy-instructions.wml
===================================================================
--- website/trunk/projects/en/obfsproxy-instructions.wml	2013-09-09 19:05:00 UTC (rev 26345)
+++ website/trunk/projects/en/obfsproxy-instructions.wml	2013-09-10 10:34:06 UTC (rev 26346)
@@ -33,7 +33,7 @@
       or a version of Ubuntu newer than Oneiric, this is easy:
     <p>
 
-    <tt># apt-get install python2.7 python-pip</tt>
+    <tt># apt-get install python2.7 python-pip python-dev</tt>
 
 
     <h3>Step 1: Install Tor</h3>



More information about the tor-commits mailing list