mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-27 15:11:23 -07:00
Merge pull request #6631 from kavu/add_testing_deps_to_hacking_readme
Add tesing deps installation into hacking/README
This commit is contained in:
commit
343702af4f
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue