mirror of
https://github.com/clearml/clearml-docs
synced 2025-06-26 18:17:44 +00:00
Change terminology "Installed Packages" -> "Python Packages" (#1001)
This commit is contained in:
@@ -74,13 +74,13 @@ ClearML displays the git diff of the experiment in the Uncommitted Changes secti
|
||||
|
||||

|
||||
|
||||
### Installed Packages
|
||||
### Python Packages
|
||||
|
||||
The Installed Packages section lists the experiment's installed Python packages and their versions.
|
||||
The Python Packages section lists the task's installed Python packages and their versions.
|
||||
|
||||

|
||||

|
||||
|
||||
When a ClearML agent executing an experiment ends up using a different set of python packages than was originally
|
||||
When a ClearML agent executing a task ends up using a different set of Python packages than was originally
|
||||
specified, both the original specification (`original pip` or `original conda`), and the packages the agent ended up
|
||||
using to set up an environment (`pip` or `conda`) are available. Select which requirements to view in the dropdown menu.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user