diff options
author | Wouter Bolsterlee <uws@xs4all.nl> | 2012-05-21 00:00:32 +0200 |
---|---|---|
committer | Wouter Bolsterlee <uws@xs4all.nl> | 2012-05-21 00:00:32 +0200 |
commit | e919a4d849638c82689ce4452391f7d4f30da671 (patch) | |
tree | f1b48b5bb2a8fd12df4b202d66a0365790e29527 /doc | |
parent | f9b5cffc91aeab6c2c1e3efcbe27d3dca447321d (diff) | |
download | happybase-e919a4d849638c82689ce4452391f7d4f30da671.tar.gz |
Update installation guide
For some reason "pip install happybase" doesn't pull in Thrift
automagically... :(
Diffstat (limited to 'doc')
-rw-r--r-- | doc/installation.rst | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/installation.rst b/doc/installation.rst index 10edbe3..98bf4d6 100644 --- a/doc/installation.rst +++ b/doc/installation.rst @@ -35,7 +35,8 @@ itself: .. code-block:: sh - (envname) $ pip install thrift happybase + (envname) $ pip install thrift + (envname) $ pip install happybase .. note:: |