Skip to content

Commit 692ae16

Browse files
committed
chore(pkg-py): Update README with install instructions and links
1 parent 7358605 commit 692ae16

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

pkg-py/README.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,20 @@
11
# querychat for Python
22

3-
Please see the package documentation site for installation, setup, and usage.
3+
Please see [the package documentation site](https://posit-dev.github.io/querychat/py/index.html) for installation, setup, and usage.
44

55
If you are looking for querychat python examples,
66
you can find them in the `examples/` directory.
7+
8+
## Installation
9+
10+
You can install the package from PyPI using pip:
11+
12+
```bash
13+
pip install querychat
14+
```
15+
16+
Or you can install querychat directly from GitHub:
17+
18+
```bash
19+
pip install "querychat @ git+https://github.com/posit-dev/querychat"
20+
```

0 commit comments

Comments
 (0)