Add requirements.txt file

Signed-off-by: Julien Riou <julien@riou.xyz>
This commit is contained in:
Julien Riou 2020-11-26 15:30:49 +01:00
commit 7cdc46954e
No known key found for this signature in database
GPG key ID: FF42D23B580C89F7
3 changed files with 27 additions and 2 deletions

View file

@ -15,7 +15,12 @@ Clone the repository:
git clone https://github.com/jouir/notify-by-telegram.git /opt/notify-by-telegram
```
Install dependencies using the package manager:
Install dependencies using pip:
```
pip install -r requirements.txt
```
Or via the package manager:
```
sudo apt install python3-jinja2 python3-requests python3-jsonschema
```