From 2b049ac7c6ebd03fca80e3d18baf9040d97f3128 Mon Sep 17 00:00:00 2001 From: xloem <0xloem@gmail.com> Date: Mon, 26 Dec 2016 13:12:27 +0000 Subject: [PATCH] Missing build dependency --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1ad92b0..d0bee6f 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ Received file written to README.md ```$ pip install magic-wormhole``` On Debian/Ubuntu systems, you may first need `apt-get install python-pip -build-essential python-dev libffi-dev`. On Fedora it's `python-devel` +build-essential python-dev libffi-dev libssl-dev`. On Fedora it's `python-devel` and `libffi-devel`. On OS-X, you may need to install `pip` and run `xcode-select --install` to get GCC. Note: on Windows, only python2 is currently supported.