mirror of
https://github.com/clearml/clearml
synced 2025-03-03 10:42:00 +00:00
Update README.md
This commit is contained in:
parent
b2529c621b
commit
10b3c7174c
12
README.md
12
README.md
@ -57,6 +57,18 @@ TRAINS is a two part solution:
|
|||||||
- Install TRAINS
|
- Install TRAINS
|
||||||
|
|
||||||
pip install trains
|
pip install trains
|
||||||
|
|
||||||
|
<details>
|
||||||
|
<summary>Add optional cloud storage support (S3/GoogleStorage/Azure):</summary>
|
||||||
|
|
||||||
|
```bash
|
||||||
|
pip install trains[s3]
|
||||||
|
pip install trains[gs]
|
||||||
|
pip install trains[azure]
|
||||||
|
```
|
||||||
|
|
||||||
|
</details>
|
||||||
|
|
||||||
|
|
||||||
- Add the following lines to your code
|
- Add the following lines to your code
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user