summaryrefslogtreecommitdiff
path: root/docs/install.rst
diff options
context:
space:
mode:
authorJeff Widman <jeff@jeffwidman.com>2017-01-12 18:03:05 -0800
committerDana Powers <dana.powers@gmail.com>2017-01-12 18:03:05 -0800
commitc1608dda6bb8a8a5872ab043831b9da38636cf44 (patch)
tree07b4471eba1fbac69298f183afcc5a80db3cb7e6 /docs/install.rst
parent83081befc1a9da3c02f78e092698ddca0f41a0f9 (diff)
downloadkafka-python-c1608dda6bb8a8a5872ab043831b9da38636cf44.tar.gz
Remove non-pip install instructions (#940)
Diffstat (limited to 'docs/install.rst')
-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
********************