From c4963d66ac1eada8272ca93a053998d2e2d7b499 Mon Sep 17 00:00:00 2001 From: Thomas Zhang Date: Mon, 11 Dec 2023 23:04:05 -0800 Subject: [PATCH] Update README.md Added additional step for Mac users --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e4b2a11..33ffecf 100644 --- a/README.md +++ b/README.md @@ -7,8 +7,9 @@ It can currently register as a new device on an Apple ID, set up encryption keys ## Installation It's pretty self explanatory: 1. `git clone https://github.com/JJTech0130/pypush` -2. `pip3 install -r requirements.txt` -3. `python3 ./demo.py` +2. If on a Mac, ensure `cmake` is installed. Otherwise, run `brew install cmake` +3. `pip3 install -r requirements.txt` +4. `python3 ./demo.py` ## Troubleshooting If you have any issues, please join [the Discord](https://discord.gg/BVvNukmfTC) and ask for help.