Add links to docu and how pip install from github works
This commit is contained in:
parent
77c384b6b0
commit
f87ac5939f
2 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
pyrocksdb
|
pyrocksdb
|
||||||
=========
|
=========
|
||||||
|
|
||||||
Python bindings for RocksDB
|
Python bindings for RocksDB. See http://pyrocksdb.readthedocs.org for details
|
||||||
|
|
|
@ -32,4 +32,4 @@ Building pyrocksdb
|
||||||
$ cd pyrocks_test
|
$ cd pyrocks_test
|
||||||
$ . bin/active
|
$ . bin/active
|
||||||
$ pip install Cython
|
$ pip install Cython
|
||||||
$ pip install .....
|
$ pip install git+git://github.com/stephan-hof/pyrocksdb.git
|
||||||
|
|
Loading…
Reference in a new issue