Skip to content

Commit f9c6f46

Browse files
committed
Clarify ansible-builder operations and Python dependencies
Signed-off-by: Webster Mudge <wmudge@cloudera.com>
1 parent 094e5f2 commit f9c6f46

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -83,12 +83,15 @@ See [Building the Collection](#building-the-collection) for details on creating
8383

8484
`cloudera.cloud` expects `ansible-core>=2.10`.
8585

86-
The collection also requires the following Python libraries install to operate
87-
its modules:
86+
The collection also requires the following Python libraries install to operate its modules:
8887

8988
* [`cdpy`](https://github.com/cloudera-labs/cdpy)
9089

91-
`ansible-builder` will install the Python dependencies if you wish to use that application to construct your environment. You may wish to use a _virtual environment_.
90+
The collection's Python dependencies alone, _not_ the required Python libraries of its collection dependencies, are in `requirements.txt`.
91+
92+
`ansible-builder` can discover and install all Python dependencies - current collection and dependencies - if you wish to use that application to construct your environment. Otherwise, you will need to read each collection and role dependency and follow its installation instructions.
93+
94+
You may wish to use a _virtual environment_ to manage the Python dependencies.
9295

9396
## Using the Collection
9497

0 commit comments

Comments
 (0)