From 1cc0c546b222dc68d31c2a0af5094321b9a9b06e Mon Sep 17 00:00:00 2001 From: fern-support <115122769+fern-api[bot]@users.noreply.github.com> Date: Wed, 16 Apr 2025 13:21:53 -0400 Subject: [PATCH] Add requirements section to README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 20016f60..5d714c52 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,12 @@ The Square Python library provides convenient access to the Square API from Pyth pip install squareup ``` +## Requirements + +Use of the Square Python SDK requires: + +* Python 3.8+ + ## Usage Instantiate and use the client with the following: