]> git.ipfire.org Git - thirdparty/tornado.git/commitdiff
Add python-dev to apt-get command per http://groups.google.com/group/python-tornado...
authorBret Taylor <btaylor@gmail.com>
Thu, 10 Sep 2009 18:49:27 +0000 (11:49 -0700)
committerBret Taylor <btaylor@gmail.com>
Thu, 10 Sep 2009 18:49:27 +0000 (11:49 -0700)
website/templates/documentation.txt
website/templates/index.html

index fef0a8ac12adef23826f86085052d4e870d573db..4ed467dae6f91f9523e7668b00a5a115d59e5965 100644 (file)
@@ -76,7 +76,7 @@ Tornado has been tested on Python 2.5 and 2.6. To use all of the features of Tor
 
 **Ubuntu Linux**
 
-    sudo apt-get install python-pycurl python-simplejson
+    sudo apt-get install python-dev python-pycurl python-simplejson
 
 
 Module index
index 2e48fd0b0c09f3c68e6bc089be368bd1b8af8a64..7a8a4548c966d84d6402fe20fdadb7e14cb52084 100644 (file)
@@ -19,7 +19,7 @@ sudo python setup.py install</code></pre>
   <pre><code>sudo easy_install setuptools pycurl==7.16.2.1 simplejson</code></pre>
 
   <p style="font-weight:bold">Ubuntu Linux</p>
-  <pre><code>sudo apt-get install python-pycurl python-simplejson</code></pre>
+  <pre><code>sudo apt-get install python-dev python-pycurl python-simplejson</code></pre>
 
   <h2>Hello, world</h2>
   <p>Here is the canonical &quot;Hello, world&quot; example app for Tornado:</p>