Skip to content
This repository was archived by the owner on Sep 19, 2023. It is now read-only.

Commit 6fb7e4c

Browse files
authored
Update Quick Install in README
1 parent b3bc04d commit 6fb7e4c

File tree

1 file changed

+4
-17
lines changed

1 file changed

+4
-17
lines changed

README.rst

Lines changed: 4 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -9,26 +9,13 @@ usage description.
99
Quick Install
1010
-------------
1111

12-
Quick install for debian/ubuntu like linux distributions.
12+
This library is built for Debian + Ubuntu Distributions.
1313

1414
.. code-block:: bash
1515
16-
$ apt-get install build-essential libsnappy-dev zlib1g-dev libbz2-dev libgflags-dev liblz4-dev
17-
$ git clone https://github.com/facebook/rocksdb.git
18-
$ cd rocksdb
19-
$ mkdir build && cd build
20-
$ cmake ..
21-
$ make
22-
$ cd ..
23-
$ export CPLUS_INCLUDE_PATH=${CPLUS_INCLUDE_PATH}${CPLUS_INCLUDE_PATH:+:}`pwd`/include/
24-
$ export LD_LIBRARY_PATH=${LD_LIBRARY_PATH}${LD_LIBRARY_PATH:+:}`pwd`/build/
25-
$ export LIBRARY_PATH=${LIBRARY_PATH}${LIBRARY_PATH:+:}`pwd`/build/
26-
27-
$ apt-get install python-virtualenv python-dev
28-
$ virtualenv pyrocks_test
29-
$ cd pyrocks_test
30-
$ . bin/active
31-
$ pip install python-rocksdb
16+
$ apt-get install build-essential libsnappy-dev zlib1g-dev libbz2-dev libgflags-dev liblz4-dev librocksdb-dev
17+
$ pip3 install faust-streaming-rocksdb
18+
3219
3320
3421
Quick Usage Guide

0 commit comments

Comments
 (0)