From b7aa63ec3d92e2e87dc137d3a18b3eaa76cff6ce Mon Sep 17 00:00:00 2001 From: maxibor Date: Sun, 14 Jun 2020 16:52:21 +0200 Subject: [PATCH 1/2] add conda install --- README.rst | 5 +++++ docs/installation.rst | 6 ++++++ 2 files changed, 11 insertions(+) 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 **************************** From ec3de4206abbbf473897e4026030b346fd15b837 Mon Sep 17 00:00:00 2001 From: maxibor Date: Sun, 14 Jun 2020 16:53:19 +0200 Subject: [PATCH 2/2] link to conda package --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 58e9272..d46de8a 100644 --- a/README.rst +++ b/README.rst @@ -1,7 +1,7 @@ |conda-badge| .. |conda-badge| image:: https://anaconda.org/conda-forge/python-rocksdb/badges/installer/conda.svg - :target: https://conda.anaconda.org/conda-forge + :target: https://anaconda.org/conda-forge/python-rocksdb Note =========