summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorWouter Bolsterlee <uws@xs4all.nl>2012-05-21 00:00:32 +0200
committerWouter Bolsterlee <uws@xs4all.nl>2012-05-21 00:00:32 +0200
commite919a4d849638c82689ce4452391f7d4f30da671 (patch)
treef1b48b5bb2a8fd12df4b202d66a0365790e29527 /doc
parentf9b5cffc91aeab6c2c1e3efcbe27d3dca447321d (diff)
downloadhappybase-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.rst3
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::