16 lines
271 B
Text
16 lines
271 B
Text
|
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
|