Skip to content

Commit 85372ce

Browse files
BelfordZKangyi Zhang
authored andcommitted
fix: python 2.7 is required for osx aswell (#1885)
DOC
1 parent ea8d5b3 commit 85372ce

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 Requires Python 2.7
42+
#### Windows / Mac OS X Requires Python 2.7
4343

44-
Windows 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 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.
4545

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

0 commit comments

Comments
 (0)