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.
2 parents d879c3f + 6e39ee4 commit bf16376Copy full SHA for bf16376
README.rst
@@ -69,6 +69,11 @@ or on OSX using `Homebrew`_ (with Xcode installed)::
69
$ brew install libevent
70
$ export CFLAGS=-I/brew/include
71
72
+or on OSX using `macports`::
73
+
74
+ $ sudo port install libevent
75
+ $ CFLAGS="-I /opt/local/include -L /opt/local/lib" pip install django-socketio
76
77
The easiest way to install django-socketio is directly from PyPi using
78
`pip`_ by running the following command, which will also attempt to
79
install the dependencies mentioned above::
0 commit comments