Skip to content

Commit 5092b04

Browse files
Update installation steps for Windows / Mac OS X for tfjs-node in README.md (#8101)
1 parent 1bf2fca commit 5092b04

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tfjs-node/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,9 @@ npm install @tensorflow/tfjs-node-gpu
3939
yarn add @tensorflow/tfjs-node-gpu
4040
```
4141

42-
#### Windows / Mac OS X Requires Python 2.7
42+
#### Windows / Mac OS X Requires Supported Version of Python
4343

44-
Windows & OSX build support for `node-gyp` requires Python 2.7. Be sure to have this version before installing `@tensorflow/tfjs-node` or `@tensorflow/tfjs-node-gpu`. Machines with Python 3.x will not install the bindings properly.
44+
Windows & OSX build support for `node-gyp` requires that you have installed a [supported version of Python](https://devguide.python.org/versions/#supported-versions). Be sure to have supported version of Python before installing `@tensorflow/tfjs-node` or `@tensorflow/tfjs-node-gpu`.
4545

4646
*For more troubleshooting on Windows, check out [WINDOWS_TROUBLESHOOTING.md](./WINDOWS_TROUBLESHOOTING.md).*
4747

0 commit comments

Comments
 (0)