From 2360728fab08f6bf3a5268c0d82c047b44592c90 Mon Sep 17 00:00:00 2001 From: milescattini Date: Thu, 18 May 2023 18:02:54 +1000 Subject: [PATCH] Fix Typo in Mac on Intel --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3410de7..2217542 100644 --- a/README.md +++ b/README.md @@ -106,7 +106,7 @@ To install a C++ compiler on Windows 10/11, follow these steps: 4. Run the installer and select the `gcc` component. ## Mac Running Intel -When running a Mac with inteel hardware (not M1), you may run into _clang: error: the clang compiler does not support '-march=native'_ during pip install. +When running a Mac with Intel hardware (not M1), you may run into _clang: error: the clang compiler does not support '-march=native'_ during pip install. If so set your archflags during pip install. eg: _ARCHFLAGS="-arch x86_64" pip3 install -r requirements.txt_