summaryrefslogtreecommitdiff
path: root/hacking/README.md
diff options
context:
space:
mode:
authorMax Riveiro <kavu13@gmail.com>2014-03-23 00:42:51 +0400
committerMax Riveiro <kavu13@gmail.com>2014-03-23 00:42:51 +0400
commit9f7342d46d9e65cd9d67786e39cd95bc3f95da38 (patch)
tree8ebc1ca72172d7dade7cdc199a9c411f25b6013f /hacking/README.md
parentf82ac9f8e941c49ebc7b48d382cad2daf321a814 (diff)
downloadansible-9f7342d46d9e65cd9d67786e39cd95bc3f95da38.tar.gz
Add tesing deps installation into hacking/README
Signed-off-by: Max Riveiro <kavu13@gmail.com>
Diffstat (limited to 'hacking/README.md')
-rw-r--r--hacking/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/hacking/README.md b/hacking/README.md
index 5ac4e3de19..6d65464eee 100644
--- a/hacking/README.md
+++ b/hacking/README.md
@@ -17,7 +17,7 @@ and do not wish to install them from your operating system package manager, you
can install them from pip
$ easy_install pip # if pip is not already available
- $ pip install pyyaml jinja2
+ $ pip install pyyaml jinja2 nose passlib pycrypto
From there, follow ansible instructions on docs.ansible.com as normal.