diff options
Diffstat (limited to 'docs/install.rst')
-rw-r--r-- | docs/install.rst | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/docs/install.rst b/docs/install.rst index 2bc6911..bf49c3f 100644 --- a/docs/install.rst +++ b/docs/install.rst @@ -1,10 +1,10 @@ Install -======= +####### Install with your favorite package manager Latest Release --------------- +************** Pip: .. code:: bash @@ -15,7 +15,7 @@ Releases are also listed at https://github.com/dpkp/kafka-python/releases Bleeding-Edge -------------- +************* .. code:: bash @@ -39,10 +39,10 @@ Using `setup.py` directly: Optional Snappy install ------------------------ +*********************** Install Development Libraries -^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +============================= Download and build Snappy from http://code.google.com/p/snappy/downloads/list @@ -70,7 +70,7 @@ From Source: sudo make install Install Python Module -^^^^^^^^^^^^^^^^^^^^^ +===================== Install the `python-snappy` module |