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: docs/source/usage.rst
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,13 +7,14 @@ This guide provides a comprehensive walkthrough for utilizing the **ml-orchestra
7
7
8
8
Installation
9
9
------------
10
-
To install the package, use `Poetry` with the following command:
10
+
11
11
12
12
.. code-block:: bash
13
13
14
-
pip install ml-orchestrator
14
+
pip install ml-orchestrator[editor]
15
15
16
-
The **ml-orchestrator** package has no external dependencies by default.
16
+
.. note::
17
+
The core **ml-orchestrator** package is intentionally designed to be dependency-free. This architectural decision ensures that components created with ml-orchestrator won't have unnecessary liabilities or dependencies, making them more portable and easier to maintain in production environments.
0 commit comments