We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3a6064 commit d4baeeaCopy full SHA for d4baeea
README.md
@@ -137,6 +137,15 @@ Prerequisites
137
138
* Python >= 2.7 or Python 3.x
139
* [librdkafka](https://github.com/edenhill/librdkafka) >= 0.9.1
140
+
141
142
+For **Debian/Ubuntu**** based systems, add this APT repo and then do `sudo apt-get install librdkafka-dev python-dev`:
143
+http://docs.confluent.io/current/installation.html#installation-apt
144
145
+For **RedHat** and **RPM**-based distros, add this YUM repo and then do `sudo yum install librdkafka-devel python-devel`:
146
+http://docs.confluent.io/current/installation.html#rpm-packages-via-yum
147
148
+On **OSX**, use **homebrew** and do `sudo brew install librdkafka`
149
150
151
Install
0 commit comments