Merge pull request #8182 from bretep/patch-1

libevent-dev required to pip install gevent
This commit is contained in:
Pedro Algarvio 2013-10-30 12:19:12 -07:00
commit b997491161

View File

@ -80,6 +80,7 @@ On Debian based distributions:
$ apt-get install gcc
$ apt-get install python-dev
$ apt-get install libevent-dev
$ pip install gevent