Mention brew installation in the readme

This commit is contained in:
Alex Gaynor 2017-05-27 13:48:01 -04:00 committed by GitHub
parent 48b1f0257b
commit cf3c641e81

View File

@ -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++