From 616d7eb6584662c3847ba202369db36e02f3660c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C4=83lina=20Cenan?= Date: Mon, 27 Sep 2021 15:24:53 +0300 Subject: [PATCH] Update README.md (#499) --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 54291a273..512c0a459 100644 --- a/README.md +++ b/README.md @@ -52,6 +52,9 @@ This is in beta state and you can expect running into problems. If you run into pip install wheel pip install ocean-lib ``` +⚠️ For Mac users, if you encounter an issue with "Unsupported Architecture", see [this issue](https://github.com/oceanprotocol/ocean.py/issues/486) for an explanation and run the installation command with ARCHFLAGS set, like so: + +`ARCHFLAGS="-arch x86_64" pip install ocean-lib` ## 🏄 Quickstart