diff options
author | Erik Johnston <erikj@jki.re> | 2016-12-15 15:23:55 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-12-15 15:23:55 +0000 |
commit | ed02a0018c33d4d807bda32f1463e2b85af96fff (patch) | |
tree | 68eda05fbf8c252a11005d8b1b38ed1d59bf5ce6 | |
parent | Merge pull request #1700 from matrix-org/erikj/backfill_filter (diff) | |
parent | Update prerequisites instructions on Mac OS (diff) | |
download | synapse-ed02a0018c33d4d807bda32f1463e2b85af96fff.tar.xz |
Merge pull request #1702 from manuroe/mac_install_update
Update prerequisites instructions on Mac OS
-rw-r--r-- | README.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/README.rst b/README.rst index 21bd63fd64..5ffcff22cd 100644 --- a/README.rst +++ b/README.rst @@ -120,6 +120,7 @@ Installing prerequisites on Mac OS X:: xcode-select --install sudo easy_install pip sudo pip install virtualenv + brew install pkg-config libffi Installing prerequisites on Raspbian:: |