From 10b3c7174c3068115526e6f7d13918b5f6938c8d Mon Sep 17 00:00:00 2001 From: Allegro AI <51604379+allegroai-git@users.noreply.github.com> Date: Wed, 30 Oct 2019 01:48:14 +0200 Subject: [PATCH] Update README.md --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 21deb3ac..7ea5ffaa 100644 --- a/README.md +++ b/README.md @@ -57,6 +57,18 @@ TRAINS is a two part solution: - Install TRAINS pip install trains + +
+ Add optional cloud storage support (S3/GoogleStorage/Azure): + + ```bash + pip install trains[s3] + pip install trains[gs] + pip install trains[azure] + ``` + +
+ - Add the following lines to your code