We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7358605 commit 692ae16Copy full SHA for 692ae16
pkg-py/README.md
@@ -1,6 +1,20 @@
1
# querychat for Python
2
3
-Please see the package documentation site for installation, setup, and usage.
+Please see [the package documentation site](https://posit-dev.github.io/querychat/py/index.html) for installation, setup, and usage.
4
5
If you are looking for querychat python examples,
6
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
19
+pip install "querychat @ git+https://github.com/posit-dev/querychat"
20
0 commit comments