From 66fd7bb86e29350feee4963543797e5cfe20037e Mon Sep 17 00:00:00 2001 From: Daniel Rosenwasser Date: Fri, 19 Apr 2024 15:01:05 -0700 Subject: [PATCH] Update pip install instructions for Python until we publish. --- python/README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python/README.md b/python/README.md index 459cb82c..54a40e07 100644 --- a/python/README.md +++ b/python/README.md @@ -18,10 +18,13 @@ Types are all you need! ## Getting Started +> [!NOTE] +> TypeChat is not currently published. For now, install from our GitHub repository. + Install TypeChat: ```sh -pip install typechat +pip install "typechat @ git+https://github.com/microsoft/TypeChat#subdirectory=python" ``` You can also develop TypeChat from source, which needs [Python >=3.11](https://www.python.org/downloads/), [hatch](https://hatch.pypa.io/1.6/install/), and [Node.js >=20](https://nodejs.org/en/download):