summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/install.rst14
1 files changed, 0 insertions, 14 deletions
diff --git a/docs/install.rst b/docs/install.rst
index 4dca5d0..9720d65 100644
--- a/docs/install.rst
+++ b/docs/install.rst
@@ -22,20 +22,6 @@ Bleeding-Edge
git clone https://github.com/dpkp/kafka-python
pip install ./kafka-python
-Setuptools:
-
-.. code:: bash
-
- git clone https://github.com/dpkp/kafka-python
- easy_install ./kafka-python
-
-Using `setup.py` directly:
-
-.. code:: bash
-
- git clone https://github.com/dpkp/kafka-python
- cd kafka-python
- python setup.py install
Optional LZ4 install
********************