commit
75eb0ad084
2 changed files with 11 additions and 0 deletions
|
@ -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.
|
||||
|
|
|
@ -2,6 +2,12 @@ Installing
|
|||
==========
|
||||
.. highlight:: bash
|
||||
|
||||
With conda
|
||||
**********
|
||||
|
||||
.. code-block:: bash
|
||||
|
||||
conda install -c conda-forge python-rocksdb
|
||||
|
||||
With distro package and pypi
|
||||
****************************
|
||||
|
|
Loading…
Reference in a new issue