Update README.md

This commit is contained in:
Allegro AI 2019-10-30 01:48:14 +02:00 committed by GitHub
parent b2529c621b
commit 10b3c7174c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -57,6 +57,18 @@ TRAINS is a two part solution:
- 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