Add links to docu and how pip install from github works

This commit is contained in:
hofmockel 2014-01-13 20:03:44 +01:00
parent 77c384b6b0
commit f87ac5939f
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
pyrocksdb
=========
Python bindings for RocksDB
Python bindings for RocksDB. See http://pyrocksdb.readthedocs.org for details

View file

@ -32,4 +32,4 @@ Building pyrocksdb
$ cd pyrocks_test
$ . bin/active
$ pip install Cython
$ pip install .....
$ pip install git+git://github.com/stephan-hof/pyrocksdb.git