From b3ac4e78b2610a5445d7c14795f1d135b57d7146 Mon Sep 17 00:00:00 2001 From: gaikwadrahul8 <115997457+gaikwadrahul8@users.noreply.github.com> Date: Tue, 19 Dec 2023 11:00:10 +0530 Subject: [PATCH] Update installation steps for Windows / Mac OS X for tfjs-node in README.md --- tfjs-node/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tfjs-node/README.md b/tfjs-node/README.md index 71dbe07e171..eca57d23675 100644 --- a/tfjs-node/README.md +++ b/tfjs-node/README.md @@ -39,9 +39,9 @@ npm install @tensorflow/tfjs-node-gpu yarn add @tensorflow/tfjs-node-gpu ``` -#### Windows / Mac OS X Requires Python 2.7 +#### Windows / Mac OS X Requires Supported Version of Python -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. +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`. *For more troubleshooting on Windows, check out [WINDOWS_TROUBLESHOOTING.md](./WINDOWS_TROUBLESHOOTING.md).*