From cf3c641e810bf168c833ac99aac74998d5e062d1 Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Sat, 27 May 2017 13:48:01 -0400 Subject: [PATCH] Mention brew installation in the readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 11538e4..d6740f5 100644 --- a/README.md +++ b/README.md @@ -51,6 +51,8 @@ Received file written to README.md ```$ pip install magic-wormhole``` +Or on macOS with `homebrew`: `$ brew install magic-wormhole` + On Debian/Ubuntu systems, you may first need `apt-get install python-pip build-essential python-dev libffi-dev libssl-dev`. On Fedora it's `dnf install python-pip python-devel libffi-devel openssl-devel gcc-c++