Merge pull request #81 from maxibor/master

Add conda installation
This commit is contained in:
Ming-Hsuan-Tu 2021-02-11 16:33:28 +08:00 committed by GitHub
commit 75eb0ad084
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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://anaconda.org/conda-forge/python-rocksdb
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.

View file

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