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 1/2] 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. From 636fc94840bfc0f28b44f9790d2fe0a1abab065c Mon Sep 17 00:00:00 2001 From: Brian Warner Date: Mon, 26 Dec 2016 16:19:13 -0500 Subject: [PATCH 2/2] README: rewrap, update windows/py3 note. --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index d0bee6f..3656f9d 100644 --- a/README.md +++ b/README.md @@ -52,10 +52,10 @@ 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 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. +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, python2 may work +better than python3. If you get errors like `fatal error: sodium.h: No such file or directory` on Linux, either use `SODIUM_INSTALL=bundled pip install magic-wormhole`, or try