From f87ac5939f451f39d0cbd42aec520f211887ad49 Mon Sep 17 00:00:00 2001 From: hofmockel <dreagonfly@gmx.de> Date: Mon, 13 Jan 2014 20:03:44 +0100 Subject: [PATCH] Add links to docu and how pip install from github works --- README.md | 2 +- docs/installation.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 -- GitLab