Remove non-pip install instructions (#940)

This commit is contained in:
Jeff Widman 2017-01-12 18:03:05 -08:00 committed by Dana Powers
parent 83081befc1
commit c1608dda6b

View File

@ -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
********************