Update README.md added missing yum install package

Update README.md added missing yum install package `python-devel` which is required by python package `resampy`.
pull/391/head
Harisankar H 5 years ago committed by GitHub
parent 3a05fa2543
commit 31e7a95141
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -39,7 +39,7 @@ sudo apt-get install -y pkg-config libflac-dev libogg-dev libvorbis-dev libboost
or, installing them via `yum`:
```bash
sudo yum install pkgconfig libogg-devel libvorbis-devel boost-devel
sudo yum install pkgconfig libogg-devel libvorbis-devel boost-devel python-devel
wget https://ftp.osuosl.org/pub/xiph/releases/flac/flac-1.3.1.tar.xz
xz -d flac-1.3.1.tar.xz
tar -xvf flac-1.3.1.tar

Loading…
Cancel
Save