Skip to content

Commit 568a993

Browse files
committed
Add port install to Readme
1 parent d879c3f commit 568a993

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,10 @@ 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+
$ sudo port install libevent
74+
$ CFLAGS="-I /opt/local/include -L /opt/local/lib" pip install django-socketio
75+
7276
The easiest way to install django-socketio is directly from PyPi using
7377
`pip`_ by running the following command, which will also attempt to
7478
install the dependencies mentioned above::

0 commit comments

Comments
 (0)