Skip to content

Commit cedb243

Browse files
committed
added a bit of text covering building for Python 3
1 parent c93f3b5 commit cedb243

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,13 @@ people who are using the bindings should go ahead and install.
4949
python setup.py install
5050
````
5151
52+
We recently added Python 3 support. To build, just invoke
53+
the Python 3 interpreter rather the Python 2 interpreter (on
54+
most systems this will be "python3"). You will need the
55+
Python 3 development environment ("python3-dev" or
56+
"python3-devel", most often).
57+
58+
5259
Documentation
5360
=============
5461

0 commit comments

Comments
 (0)