add conda install

This commit is contained in:
maxibor 2020-06-14 16:52:21 +02:00
parent 3a5df05207
commit b7aa63ec3d
2 changed files with 11 additions and 0 deletions

View file

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

View file

@ -2,6 +2,12 @@ Installing
========== ==========
.. highlight:: bash .. highlight:: bash
With conda
**********
.. code-block:: bash
conda install -c conda-forge python-rocksdb
With distro package and pypi With distro package and pypi
**************************** ****************************