Skip to content

Commit

Permalink
Update pip install instructions for Python until we publish.
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielRosenwasser committed Apr 19, 2024
1 parent d35918a commit 66fd7bb
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion python/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit 66fd7bb

Please sign in to comment.