From 8fdadfa404a485dd901db333313236f22a6b8031 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tomasz=20D=C5=82uski?= Date: Mon, 24 Aug 2020 00:20:18 +0200 Subject: [PATCH] updated README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6e84db6..1ffbe83 100644 --- a/README.md +++ b/README.md @@ -9,8 +9,8 @@ AWS S3 based [on this article ](https://dev.to/goodidea/how-to-fake-aws-locally- 1. Configure `.env` file for your choice -2. Create mlflow bucket. You can do it either using AWS CLI or Python Api -
**AWS CLI** +2. Create mlflow bucket. You can do it **either using AWS CLI or Python Api** +
AWS CLI 1. [Install AWS cli](https://aws.amazon.com/cli/) **Yes, i know that you dont have an Amazon Web Services Subscription - dont worry! It wont be needed!** 2. Configure AWS CLI - enter the same credentials from the `.env` file @@ -30,7 +30,7 @@ aws --endpoint-url=http://localhost:9000 s3 mb s3://mlflow
-
**Python API** +
Python API 1. Install Minio ```shell