Advertisement
alexander_bazhenov

Untitled

Mar 31st, 2024
18
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.83 KB | None | 0 0
  1. Requirements
  2. ============
  3.  
  4. Ansible `molecule requirements`_ page available at:
  5.  
  6. .. _molecule requirements: <https://ansible.readthedocs.io/projects/molecule/installation/>`
  7.  
  8. Please refer to the `Virtual environment`_ documentation for installation best
  9. practices. If not using a virtual environment, please consider passing the
  10. widely recommended `'--user' flag`_ when invoking ``pip``.
  11.  
  12. .. _Virtual environment: https://virtualenv.pypa.io/en/latest/
  13. .. _'--user' flag: https://packaging.python.org/tutorials/installing-packages/#installing-to-the-user-site
  14.  
  15. .. code-block:: bash
  16.  
  17. python3 -m pip install molecule flake8
  18. python3 -m pip install --upgrade --user setuptools
  19. python3 -m pip install --user "molecule"
  20. python3 -m pip install --user "molecule[ansible-lint]"
  21. python3 -m pip install --user "molecule[docker]"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement