Skip to content

Commit bf16376

Browse files
committed
Merge pull request stephenmcd#46 from dzlabs/master
Added MacPorts install to Readme
2 parents d879c3f + 6e39ee4 commit bf16376

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,11 @@ or on OSX using `Homebrew`_ (with Xcode installed)::
6969
$ brew install libevent
7070
$ export CFLAGS=-I/brew/include
7171

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+
7277
The easiest way to install django-socketio is directly from PyPi using
7378
`pip`_ by running the following command, which will also attempt to
7479
install the dependencies mentioned above::

0 commit comments

Comments
 (0)