diff --git a/README.md b/README.md index e36c9d0..1050f34 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ pyrocksdb ========= -Python bindings for RocksDB +Python bindings for RocksDB. See http://pyrocksdb.readthedocs.org for details diff --git a/docs/installation.rst b/docs/installation.rst index d70a1b9..91c6101 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -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