We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f761b50 commit 05b92f0Copy full SHA for 05b92f0
README.rst
@@ -22,9 +22,11 @@ Installation
22
============
23
24
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::
+install the libevent development library. You may also need the Python
+development library if not installed. This can be achieved on Debian
27
+based sytems with the following command::
28
29
+ $ sudo apt-get install python-dev
30
$ sudo apt-get install libevent-dev
31
32
The easiest way to install django-socketio is directly from PyPi using
0 commit comments