From 86ea9086961373bc45761daa94f3c11f212b7be5 Mon Sep 17 00:00:00 2001 From: Gregory Kohler Date: Mon, 8 Jan 2024 11:38:29 -0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=96=20install=20library=20from=20PyPI?= =?UTF-8?q?=20instead=20of=20GitHub?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 67b132f..5db66b9 100644 --- a/README.md +++ b/README.md @@ -8,16 +8,16 @@ This tool requires at least `langchain@0.0.350` and can work with any greater pa We currently support python 3.11 and above, but if you need support for a lower version, please open an issue and we will add support. -You can install the package from GitHub using `pip`: +You can install the package from PyPI using `pip`: ```sh -python3 -m pip install git+https://github.com/ioniccommerce/ionic_langchain.git#v0.1.2 +python3 -m pip install ionic-langchain ``` or `poetry`: ```sh -poetry add git+https://github.com/ioniccommerce/ionic_langchain.git#v0.1.2 +poetry add ionic-langchain ``` ## Usage