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/1091/head
Harisankar H 6 years ago committed by GitHub
parent c277d53fc1
commit a44be7a599

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