mirror of
https://github.com/clearml/clearml
synced 2025-06-26 18:16:07 +00:00
Update README.md
This commit is contained in:
@@ -57,7 +57,7 @@ TRAINS is a two part solution:
|
||||
|
||||
To connect your code with TRAINS:
|
||||
|
||||
- Install TRAINS
|
||||
- Install TRAINS <a name="integrate-trains"></a>
|
||||
|
||||
pip install trains
|
||||
<details>
|
||||
@@ -71,7 +71,7 @@ TRAINS is a two part solution:
|
||||
|
||||
</details>
|
||||
|
||||
- Add the following lines to your code <a name="integrate-trains"></a>
|
||||
- Add the following lines to your code
|
||||
|
||||
from trains import Task
|
||||
task = Task.init(project_name="my project", task_name="my task")
|
||||
|
||||
Reference in New Issue
Block a user