From 3bbd6d10cb8cc0be37ecc37de25b00a9b5c95c4a Mon Sep 17 00:00:00 2001 From: Alyetama <56323389+Alyetama@users.noreply.github.com> Date: Thu, 4 Feb 2021 14:42:26 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 64119f92c51..801114d8b1e 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ An archive containing Python packages and an installation script can be download - To quickly try this out, copy and paste the following into Terminal: ``` - /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/apple/tensorflow_macos/master/scripts/download_and_install.sh)" + arch -arm64 /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/apple/tensorflow_macos/master/scripts/download_and_install.sh)" ``` This will verify your system, ask you for confirmation, then create a virtual environment (https://docs.python.org/3.8/tutorial/venv.html) with TensorFlow for macOS installed.