From 9f7342d46d9e65cd9d67786e39cd95bc3f95da38 Mon Sep 17 00:00:00 2001 From: Max Riveiro Date: Sun, 23 Mar 2014 00:42:51 +0400 Subject: [PATCH] Add tesing deps installation into hacking/README Signed-off-by: Max Riveiro --- hacking/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hacking/README.md b/hacking/README.md index 5ac4e3de192..6d65464eee8 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.