Skip to content

Commit 66fd7bb

Browse files
Update pip install instructions for Python until we publish.
1 parent d35918a commit 66fd7bb

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

python/README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,13 @@ Types are all you need!
1818

1919
## Getting Started
2020

21+
> [!NOTE]
22+
> TypeChat is not currently published. For now, install from our GitHub repository.
23+
2124
Install TypeChat:
2225

2326
```sh
24-
pip install typechat
27+
pip install "typechat @ git+https://github.com/microsoft/TypeChat#subdirectory=python"
2528
```
2629

2730
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):

0 commit comments

Comments
 (0)