From 636fc94840bfc0f28b44f9790d2fe0a1abab065c Mon Sep 17 00:00:00 2001 From: Brian Warner Date: Mon, 26 Dec 2016 16:19:13 -0500 Subject: [PATCH] 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