From c1608dda6bb8a8a5872ab043831b9da38636cf44 Mon Sep 17 00:00:00 2001 From: Jeff Widman Date: Thu, 12 Jan 2017 18:03:05 -0800 Subject: Remove non-pip install instructions (#940) --- docs/install.rst | 14 -------------- 1 file changed, 14 deletions(-) (limited to 'docs/install.rst') 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 ******************** -- cgit v1.2.1