Skip to content

Commit

Permalink
Merge pull request ansible#6631 from kavu/add_testing_deps_to_hacking…
Browse files Browse the repository at this point in the history
…_readme

Add tesing deps installation into hacking/README
  • Loading branch information
mpdehaan committed Mar 23, 2014
2 parents 503327d + 9f7342d commit 343702a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hacking/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 343702a

Please sign in to comment.