Skip to content
This repository has been archived by the owner on May 21, 2020. It is now read-only.

Commit

Permalink
Update installation instructions in README.
Browse files Browse the repository at this point in the history
  • Loading branch information
bdarnell committed Sep 23, 2010
1 parent a1d94db commit 4973e29
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions README
Expand Up @@ -15,13 +15,18 @@ To install:
sudo python setup.py install

Tornado has been tested on Python 2.5 and 2.6. To use all of the features
of Tornado, you need to have PycURL and a JSON library like simplejson
of Tornado, you need to have PycURL and (for Python 2.5 only) simplejson
installed.

On Mac OS X, you can install the packages with:
On Mac OS X 10.6, you can install the packages with:

sudo easy_install setuptools pycurl==7.16.2.1 simplejson
sudo easy_install pycurl

On Ubuntu Linux, you can install the packages with:

sudo apt-get install python-pycurl python-simplejson
# Python 2.6
sudo apt-get install python-pycurl

# Python 2.5
sudo apt-get install python-dev python-pycurl python-simplejson

0 comments on commit 4973e29

Please sign in to comment.