lbry-rocksdb/_sources/installation.rst.txt

16 lines
271 B
Text
Raw Normal View History

2019-04-29 15:26:12 +02:00
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