From 61b19d406c975c8f1e1467bfb8e9f8400bc60b56 Mon Sep 17 00:00:00 2001 From: Rob Baines Date: Wed, 21 Sep 2022 11:04:33 +0100 Subject: [PATCH] Update INSTALL_MAC.md I had to use `osx-64` not `osx-x86-64` for conda to install the required packages from conda-forge --- docs/installation/INSTALL_MAC.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/installation/INSTALL_MAC.md b/docs/installation/INSTALL_MAC.md index 37f1fe083d..b4cf6f074d 100644 --- a/docs/installation/INSTALL_MAC.md +++ b/docs/installation/INSTALL_MAC.md @@ -125,7 +125,7 @@ ln -s "$PATH_TO_CKPT/sd-v1-4.ckpt" \ === "Intel x86_64" ```bash - PIP_EXISTS_ACTION=w CONDA_SUBDIR=osx-x86_64 \ + PIP_EXISTS_ACTION=w CONDA_SUBDIR=osx-64 \ conda env create \ -f environment-mac.yaml \ && conda activate ldm