Update README.md
Update Debian and Ubuntu installation instructions
This commit is contained in:
parent
38097847c4
commit
79f1d3bd0e
15
README.md
15
README.md
|
@ -53,12 +53,15 @@ Received file written to README.md
|
||||||
|
|
||||||
Or on macOS with `homebrew`: `$ brew install magic-wormhole`
|
Or on macOS with `homebrew`: `$ brew install magic-wormhole`
|
||||||
|
|
||||||
On Debian/Ubuntu systems, you may first need `apt-get install python-pip
|
Or on Debian 9 and Ubuntu 17.04+ with `apt`:
|
||||||
build-essential python-dev libffi-dev libssl-dev`. On Fedora it's `dnf
|
```$ sudo apt install magic-wormhole```
|
||||||
install python-pip python-devel libffi-devel openssl-devel gcc-c++
|
|
||||||
libtool redhat-rpm-config`. On OS-X, you may need to install `pip` and
|
On previous versions of the Debian/Ubuntu systems, you may first need `apt-get
|
||||||
run `xcode-select --install` to get GCC. On Windows, python2 may work
|
install python-pip build-essential python-dev libffi-dev libssl-dev` before
|
||||||
better than python3. On older systems, `pip install --upgrade pip` may
|
running `pip`. On Fedora it's `dnf install python-pip python-devel libffi-devel
|
||||||
|
openssl-devel gcc-c++ libtool redhat-rpm-config`. On OS-X, you may need to
|
||||||
|
install `pip` and run `xcode-select --install` to get GCC. On Windows, python2
|
||||||
|
may work better than python3. On older systems, `pip install --upgrade pip` may
|
||||||
be necessary to get a version that can compile all the dependencies.
|
be necessary to get a version that can compile all the dependencies.
|
||||||
|
|
||||||
If you get errors like `fatal error: sodium.h: No such file or directory` on
|
If you get errors like `fatal error: sodium.h: No such file or directory` on
|
||||||
|
|
Loading…
Reference in New Issue
Block a user