From 0ff14bf4d0217d850ac47374ffff4e0960d08f63 Mon Sep 17 00:00:00 2001 From: Brian Warner Date: Fri, 11 Nov 2016 17:06:13 -0800 Subject: [PATCH] README: mention python-pip Thanks to @grempe for the catch. Refs #89. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a3dd557..9603f2f 100644 --- a/README.md +++ b/README.md @@ -51,9 +51,9 @@ Received file written to README.md ```$ pip install magic-wormhole``` -On Debian/Ubuntu systems, you may first need `apt-get install python-dev -libffi-dev build-essential`. On Fedora it's `libffi-devel` and -`python-devel`. On OS-X, you may need to install `pip` and run +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` +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.