Add link to libolm repository

This commit is contained in:
Brayd 2023-01-15 22:39:16 +01:00
parent c519d00cd0
commit ef4057742b
Signed by: brayd
GPG Key ID: C2B176B9DEB8BA48
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ This bot is not suited for the use in big channels or by many users. Your OpenAI
**Attention:** If you push your changes to this repository DO NOT push your login credentials or API Keys. If you accidentally do, change them immediately!
## Setup
1. Install Python3 and pip3
2. Follow the README.md of the libolm repository to install libolm 3 or newer. You will need this for the bot to work in addition to the requirements.txt!
2. Follow the README.md of the [libolm repository](https://gitlab.matrix.org/matrix-org/olm) to install libolm 3 or newer. You will need this for the bot to work in addition to the requirements.txt!
3. Install e2e support for matrix-nio by running:
```bash
pip3 install "matrix-nio[e2e]"