Update README.md

This commit is contained in:
Allegro AI 2020-01-26 16:09:42 +02:00 committed by GitHub
parent cc8b1f3120
commit 92984742ca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -57,7 +57,7 @@ TRAINS is a two part solution:
To connect your code with TRAINS: To connect your code with TRAINS:
- Install TRAINS - Install TRAINS <a name="integrate-trains"></a>
pip install trains pip install trains
<details> <details>
@ -71,7 +71,7 @@ TRAINS is a two part solution:
</details> </details>
- Add the following lines to your code <a name="integrate-trains"></a> - Add the following lines to your code
from trains import Task from trains import Task
task = Task.init(project_name="my project", task_name="my task") task = Task.init(project_name="my project", task_name="my task")