Updated README for MacOS users

Updated README for macOS users with ARM architecture.
This commit is contained in:
Aman Agarwal 2022-08-12 12:15:38 +05:30 committed by GitHub
parent 43747466c1
commit cb67b23ef7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -59,6 +59,16 @@ A smaller CPU-only package is also available:
```
$ pip install tensorflow-cpu
```
To install TensorFlow on macos :
```
$ pip install tensorflow-macos
```
To install TensorFlow on macos with Metal support :
```
$ pip install tensorflow-metal
```
To update TensorFlow to the latest version, add `--upgrade` flag to the above
commands.