trivial: add reference to molecule-requirements.txt

The contributor guide has a nice section on how to install dependencies
required to develop roles for tripleo-ansible. This commit includes a
reference to an additional requirements file for molecule dependencies.

Change-Id: Ib838c0527c33534cbf9f3bc8d69b9e5daf585607
This commit is contained in:
Lance Bragstad 2020-03-06 13:35:37 -06:00
parent 792ed84d40
commit f602f79f87
1 changed files with 2 additions and 1 deletions

View File

@ -113,7 +113,8 @@ of the python dependencies in a virtual environment.
$ python -m virtualenv --system-site-packages "${HOME}/test-python"
$ ${HOME}/test-python/bin/pip install -r requirements.txt \
-r test-requirements.txt
-r test-requirements.txt \
-r molecule-requirements.txt
$ source ${HOME}/test-python/bin/activate