From 9063b3679019b86dbb0b6195c2deec89a3589c09 Mon Sep 17 00:00:00 2001 From: Stainless Bot Date: Fri, 1 Mar 2024 13:57:06 +0000 Subject: [PATCH] chore(docs): mention install from git repo --- CONTRIBUTING.md | 2 +- README.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index afd23e01..deb22147 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -59,7 +59,7 @@ If you’d like to use the repository from source, you can either install from g To install via git: ```bash -pip install git+ssh://git@github.com:lithic-com/lithic-python.git +pip install git+ssh://git@github.com/lithic-com/lithic-python.git ``` Alternatively, you can build from source and install the wheel file: diff --git a/README.md b/README.md index 1b6bf7a5..41b0e96a 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,7 @@ The REST API documentation can be found [on docs.lithic.com](https://docs.lithic ## Installation ```sh +# install from PyPI pip install lithic ```