Skip to content

Commit 06b599e

Browse files
author
Chris Maunder
committed
Corrections for macOS (intel) setup
1 parent fafab33 commit 06b599e

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

install.sh

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,10 @@ if [ "$moduleInstallErrors" = "" ]; then
3030

3131
if [ "$os" = "macos" ]; then
3232

33-
oneStepPIP=false # Makes dealing with Numpy so much easier.
34-
33+
if [ "${platform}" = "macos-arm64" ]; then
34+
oneStepPIP=false # Makes dealing with Numpy so much easier.
35+
fi
36+
3537
phi3_sourceUrl="..."
3638
phi3_fileToGet="..."
3739
# brew install git-lfs
File renamed without changes.

0 commit comments

Comments
 (0)