From edaabe782ad7f839338319a868473d547c339c42 Mon Sep 17 00:00:00 2001 From: Ruge Li <91452427+rugeli@users.noreply.github.com> Date: Wed, 19 Jul 2023 11:47:59 -0700 Subject: [PATCH 1/2] fix typo --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3c9eaf632..02822c0a1 100644 --- a/README.md +++ b/README.md @@ -79,13 +79,13 @@ See [CONTRIBUTING.md](CONTRIBUTING.md) for information related to developing the 2. Step-by-step Guide * Download and install the [AWS CLI](https://docs.aws.amazon.com/cli/latest/userguide/getting-started-install.html) - * Configure AWS CLI by running `aws configure`, then enter your credentials as prompted + * Configure AWS CLI by running `aws configure`, then enter your credentials as prompted. * Install Boto3, the AWS SDK for Python. Run `conda install -c conda-forge boto3` or `pip install boto3`. ### Firebase Firestore 1. Step-by-step Guide - * Create a Firebase project in test mode with your google account, select `firebase_admin` as the SDK. [Firebase Firestore tutorial](https://firebase.google.com/docs/firestore)) - * Generate a new private key by navigating to "Project settings">"Service account" in the project's dashboard + * Create a Firebase project in test mode with your google account, select `firebase_admin` as the SDK. [Firebase Firestore tutorial](https://firebase.google.com/docs/firestore) + * Generate a new private key by navigating to "Project settings">"Service account" in the project's dashboard. **MIT license** From 0b9b4a208308bffaa4d7dd2c2842d4a10b1de12f Mon Sep 17 00:00:00 2001 From: Ruge Li <91452427+rugeli@users.noreply.github.com> Date: Thu, 20 Jul 2023 14:26:34 -0700 Subject: [PATCH 2/2] Update README.md boto3 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 02822c0a1..a356e0f02 100644 --- a/README.md +++ b/README.md @@ -80,7 +80,7 @@ See [CONTRIBUTING.md](CONTRIBUTING.md) for information related to developing the 2. Step-by-step Guide * Download and install the [AWS CLI](https://docs.aws.amazon.com/cli/latest/userguide/getting-started-install.html) * Configure AWS CLI by running `aws configure`, then enter your credentials as prompted. - * Install Boto3, the AWS SDK for Python. Run `conda install -c conda-forge boto3` or `pip install boto3`. + * Ensure that Boto3, the AWS SDK for Python is installed and included in the requirements section of `setup.py`. ### Firebase Firestore 1. Step-by-step Guide