diff --git a/README.rst b/README.rst index 4557382..58e9272 100644 --- a/README.rst +++ b/README.rst @@ -1,3 +1,8 @@ +|conda-badge| + +.. |conda-badge| image:: https://anaconda.org/conda-forge/python-rocksdb/badges/installer/conda.svg + :target: https://conda.anaconda.org/conda-forge + Note ========= The original pyrocksdb (https://pypi.python.org/pypi/pyrocksdb/0.4) has not been updated for long time. I update pyrocksdb to support the latest rocksdb. Please open issues in github if you have any problem. diff --git a/docs/installation.rst b/docs/installation.rst index a5d59f2..e5b3501 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -2,6 +2,12 @@ Installing ========== .. highlight:: bash +With conda +********** + +.. code-block:: bash + + conda install -c conda-forge python-rocksdb With distro package and pypi ****************************