Missing build dependency

This commit is contained in:
xloem 2016-12-26 13:12:27 +00:00 committed by Brian Warner
parent cb72f8f606
commit 2b049ac7c6

View File

@ -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.