Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
slightly different package names for CentOS/yum
  • Loading branch information
easherma authored Jun 23, 2016
1 parent 69326ad commit 3570ce5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,10 @@ Before using the Python bindings, you must install the libpostal C library. Make
```
sudo apt-get install libsnappy-dev autoconf automake libtool python-dev pkg-config
```

**CentOS:**
```
sudo yum install snappy snappy-devel autoconf automake libtool python-devel pkgconfig
```
**On Mac OSX**
```
sudo brew install snappy autoconf automake libtool pkg-config
Expand Down

0 comments on commit 3570ce5

Please sign in to comment.