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

View File

@@ -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")