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 d879c3f commit 568a993Copy full SHA for 568a993
README.rst
@@ -69,6 +69,10 @@ 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
+ $ sudo port install libevent
74
+ $ CFLAGS="-I /opt/local/include -L /opt/local/lib" pip install django-socketio
75
+
76
The easiest way to install django-socketio is directly from PyPi using
77
`pip`_ by running the following command, which will also attempt to
78
install the dependencies mentioned above::
0 commit comments