From 48bd651e72ddde3fc54c76f728933bdafab940e7 Mon Sep 17 00:00:00 2001 From: Mark Schreiber Date: Wed, 15 Nov 2023 09:41:30 -0500 Subject: [PATCH] Update CONTRIBUTING.md corrected botocore package name --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index cca064a..2945cec 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -50,7 +50,7 @@ The Omics Transfer Manager contains dependencies that are reliant on having Pyth Omics Transfer Manager uses the poetry library for dependency management and packaging. ``` -pip install botocore3 +pip install botocore pip install mypy-boto3-omics pip install poetry poetry install