From 3983822856000f2a4bd78e8fbc41618a6f2650af Mon Sep 17 00:00:00 2001 From: ayoayco Date: Sun, 7 Jul 2024 12:40:51 +0200 Subject: [PATCH] chore: update readme with link to MacOS python installation --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 1f9258b..fb89402 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,8 @@ See it [in action](https://ayco.io/threads). $ sudo apt install python3-pip python3-dev build-essential libssl-dev libffi-dev python3-setuptools python3-venv ``` +> For MacOS: https://docs.python.org/3/using/mac.html + 2. Install dependencies ```bash