Skip to content

Commit 1f6fcfb

Browse files
committed
update the README with more explicit info for installing into Python 3
1 parent 6b91671 commit 1f6fcfb

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.txt

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,16 @@ python setup.py install --dry-run
2020
* to just build and not install:
2121
python 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
======================================================================
2427
DEPENDENCIES:
2528

26-
You can use to automatically install dependencies for Debian/Ubuntu:
29+
You can automatically install dependencies for Debian/Ubuntu (for Python 2):
2730
make 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
3033
python3-dev
3134

3235
For Mac OSX (Montain lion OSX 10.8):
@@ -135,3 +138,4 @@ Credits
135138
Elvis Pfützenreuter <elvis.pfutzenreuter __AT__ indt.org.br>
136139
Philippe Langlois <phil __AT__ p1sec.com>
137140
Casimiro Daniel NPRI <CasimiroD __AT__ npt.nuwc.navy.mil> - patch for new SCTP_* constants
141+

0 commit comments

Comments
 (0)