summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/development.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/development.rst b/doc/development.rst
index 050abb2..c835ea0 100644
--- a/doc/development.rst
+++ b/doc/development.rst
@@ -24,7 +24,7 @@ Setting up a development environment from a Git branch is easy::
$ cd /path/to/happybase/
$ mkvirtualenv happybase
- (happybase)$ pip install -r requirements-development.txt
+ (happybase)$ pip install -r test-requirements.txt
(happybase)$ pip install -e .