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 7b55437 commit 4a616c4Copy full SHA for 4a616c4
1 file changed
docs/installation.md
@@ -17,6 +17,14 @@ There are several tags available (`ghcr.io/python-discord/olli:{tag}`):
17
18
Head to [ghcr.io/python-discord/olli](https://ghcr.io/python-discord/olli) to see all available versions.
19
20
+Once you have a container image you need to configure it by placing a config file in a location described in [Configuration](./configuration.md).
21
+
22
## PyPI
23
-*Coming soon...*
24
+Olli is available on PyPI under the [`olli`](https://pypi.org/project/olli/) package.
25
26
+Install it with `pip install olli`.
27
28
+You should then be able to run `olli` (or sometimes `python -m olli`) to start Olli.
29
30
+Once installed follow [Configuration](./configuration.md) to configure Olli to report.
0 commit comments