Skip to content

Commit

Permalink
Add note to the README that Python v3.x.x is not yet supported.
Browse files Browse the repository at this point in the history
Fixes #31.
  • Loading branch information
TooTallNate committed Mar 2, 2012
1 parent 72a6221 commit c0615c7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ You will also need to install:
* `make`
* A proper C/C++ compiler toolchain, like GCC
* On Windows:
* [Python][windows-python]
* [Python][windows-python] ([`v2.7.2`][windows-python-v2.7.2] recommended, `v3.x.x` not yet supported)
* Microsoft Visual C++ ([Express][msvc] version works well)

How to Use
Expand Down Expand Up @@ -155,5 +155,6 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.


[windows-python]: http://www.python.org/getit/windows
[windows-python-v2.7.2]: http://www.python.org/download/releases/2.7.2#download
[msvc]: http://www.microsoft.com/visualstudio/en-us/products/2010-editions/visual-cpp-express
[node-bindings]: https://github.com/TooTallNate/node-bindings

0 comments on commit c0615c7

Please sign in to comment.