From e4213ae3e97df1eeb0aadcfb5bfbbbf691b77165 Mon Sep 17 00:00:00 2001 From: Jessica Ho Date: Sat, 24 Dec 2022 00:42:05 -0800 Subject: [PATCH] docs: legacy SDK link --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index fa7a41a..587eb72 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ # lob-python-sdk The Lob API is organized around REST. Our API is designed to have predictable, resource-oriented URLs and uses HTTP response codes to indicate any API errors. +Looking for our [legacy Python SDK](https://github.com/lob/lob-python/tree/legacy_v4)? + This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project: - API version: 1.3.0 @@ -32,7 +34,7 @@ pip install git+https://github.com/GIT_USER_ID/GIT_REPO_ID.git Alternatively you can pull directly from pypi using: -```sh +```sh pip install lob-python ``` (you may need to run `pip` with root permission: `sudo pip install git+https://github.com/GIT_USER_ID/GIT_REPO_ID.git`)