Skip to content

Commit 05b92f0

Browse files
committed
Added a note about installing python-dev in README.
1 parent f761b50 commit 05b92f0

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,11 @@ Installation
2222
============
2323

2424
Note that if you've never installed gevent, you'll first need to
25-
install the libevent development library. This can be achieved on
26-
Debian based sytems with the following command::
25+
install the libevent development library. You may also need the Python
26+
development library if not installed. This can be achieved on Debian
27+
based sytems with the following command::
2728

29+
$ sudo apt-get install python-dev
2830
$ sudo apt-get install libevent-dev
2931

3032
The easiest way to install django-socketio is directly from PyPi using

0 commit comments

Comments
 (0)