From 8bbb294cec65e81ee00f42fcf455aa9e9ea397b8 Mon Sep 17 00:00:00 2001 From: Jim Myers Date: Mon, 25 Jul 2022 18:43:53 -0400 Subject: [PATCH] Add python 3.7 requirement --- python/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/python/README.md b/python/README.md index b0b0fd9..b03a5a4 100644 --- a/python/README.md +++ b/python/README.md @@ -36,11 +36,12 @@ Flipside Crypto's Analytics Team has curated dozens of blockchain data sets with ## 💾 Install the SDK +Python 3.7 and above, is required to use this SDK + If you don't already have an API Key mint one [here](https://sdk.flipsidecrypto.xyz). ```bash pip install shroomdk ``` -Python 3.7 and above, is required to use this SDK ## 🦾 Getting Started ```python