From 0ecf37a923c2be3bd8b9c5f18631226c152ed2f1 Mon Sep 17 00:00:00 2001 From: Brian Warner Date: Mon, 30 May 2016 23:57:08 -0700 Subject: [PATCH] README: notes for Fedora and OS-X Thanks to @gtank for the suggestions. --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 58a25cb..bcfb1f3 100644 --- a/README.md +++ b/README.md @@ -20,8 +20,10 @@ and do not need to be memorized. ```$ pip install magic-wormhole``` -On Debian/Ubuntu systems, you may first need `apt-get python-dev libffi-dev`. -On OS-X, you may need to install `pip`. +On Debian/Ubuntu systems, you may first need `apt-get python-dev +libffi-dev`. On Fedora it's `libffi-devel` and `python-devel`. On OS-X, +you may need to install `pip` and run `xcode-select --install` to get +GCC. Developers can clone the source tree and run `tox` to run the unit tests on all supported (and installed) versions of python: 2.7, 3.3, 3.4, and 3.5.