Skip to content

Commit c958584

Browse files
authored
Add Mac OS X Xcode instructions to the Readme. (tensorflow#101)
* Add instructions for Xcode install. * Add another header. * text change
1 parent 54387ae commit c958584

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

+12
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,18 @@ npm install @tensorflow/tfjs-node-gpu
3232
yarn add @tensorflow/tfjs-node-gpu
3333
```
3434

35+
#### Mac OS X Requires Xcode
36+
37+
If you do not have Xcode setup on your machine, please run the following commands:
38+
39+
```sh
40+
$ xcode-select --install
41+
```
42+
43+
After that operation completes, re-run `yarn add` or `npm install` for the `@tensorflow/tfjs-node` package.
44+
45+
## Using the binding
46+
3547
Before executing any TensorFlow.js code, load and set the backend to 'tensorflow'.
3648

3749
```js

0 commit comments

Comments
 (0)