Add requirements

This commit is contained in:
Marcel Radzio 2023-02-28 13:41:23 +00:00
parent 2b8f6e5bc1
commit 7f7fc3e5cb
1 changed files with 9 additions and 1 deletions

View File

@ -21,8 +21,16 @@ Therefor I do recommend it should not be used in production just yet.
Due to changes to the nio dependency I currently cant upload it to pypi.
For now you have to install it from git directly:
### Requirements
#### Ubuntu
- python3-pip
- git
- libolm-dev
```console
pip install git+https://git.nordgedanken.dev/mtrnord/matrix-call-multitrack-recorder.git
pip3 install git+https://git.nordgedanken.dev/mtrnord/matrix-call-multitrack-recorder.git
```
## Usage