summaryrefslogtreecommitdiff
path: root/hacking/README.md
diff options
context:
space:
mode:
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 b65bcd0b66..90f6a60151 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 nose pytest passlib pycrypto
+ $ pip install -r requirements.txt
From there, follow ansible instructions on docs.ansible.com as normal.