You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-3Lines changed: 6 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -83,12 +83,15 @@ See [Building the Collection](#building-the-collection) for details on creating
83
83
84
84
`cloudera.cloud` expects `ansible-core>=2.10`.
85
85
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:
88
87
89
88
*[`cdpy`](https://github.com/cloudera-labs/cdpy)
90
89
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.
0 commit comments