File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -20,13 +20,16 @@ python setup.py install --dry-run
2020* to just build and not install:
2121python setup.py build
2222
23+ In case you want to install the module explicitely for Python 3,
24+ just replace _python_ by _python3_ in the commands above.
25+
2326======================================================================
2427DEPENDENCIES:
2528
26- You can use to automatically install dependencies for Debian/Ubuntu:
29+ You can automatically install dependencies for Debian/Ubuntu (for Python 2) :
2730make installdeps
2831
29- Otherwise, necessary would be e.g. on Ubuntun libsctp-dev, python-dev and / or
32+ Otherwise, necessary would be e.g. on Ubuntu libsctp-dev, python-dev and / or
3033python3-dev
3134
3235For Mac OSX (Montain lion OSX 10.8):
@@ -135,3 +138,4 @@ Credits
135138Elvis Pfützenreuter <elvis.pfutzenreuter __AT__ indt.org.br>
136139Philippe Langlois <phil __AT__ p1sec.com>
137140Casimiro Daniel NPRI <CasimiroD __AT__ npt.nuwc.navy.mil> - patch for new SCTP_* constants
141+
You can’t perform that action at this time.
0 commit comments