Skip to content

Commit

Permalink
py3k: Mention Python 3 support in readme.
Browse files Browse the repository at this point in the history
Signed-off-by: Elliott Sales de Andrade <quantum.analyst@gmail.com>
  • Loading branch information
QuLogic committed Nov 16, 2015
1 parent 1aba9f3 commit 9f350c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ To build libfreenect, you'll need

- [libusb](http://libusb.info) >= 1.0.18
- [CMake](http://cmake.org) >= 2.6
- [python](http://python.org) == 2.* (only if BUILD_PYTHON=ON or BUILD_REDIST_PACKAGE=OFF)
- [python](http://python.org) >= 2.7 or >= 3.3 (only if BUILD_PYTHON=ON or BUILD_PYTHON2=ON or BUILD_PYTHON3=ON or BUILD_REDIST_PACKAGE=OFF)

For the examples, you'll need

Expand Down

0 comments on commit 9f350c2

Please sign in to comment.