15 lines
271 B
ReStructuredText
15 lines
271 B
ReStructuredText
Installing
|
|
==========
|
|
.. highlight:: bash
|
|
|
|
From source
|
|
***********
|
|
|
|
Building python-rocksdb
|
|
-----------------------
|
|
|
|
.. code-block:: bash
|
|
|
|
git clone https://github.com/twmht/python-rocksdb.git --recursive -b pybind11
|
|
cd python-rocksdb
|
|
python setup.py install
|