Skip to content

Commit

Permalink
✨ docs: update installation instructions in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sudoskys committed Aug 7, 2024
1 parent 9d50d9b commit 7e9b036
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,12 @@ This SDK provides a set of utilities for working with Telegram stickers.

## 🚀 Installation

You need install [ImageMagick](https://github.com/imagemagick/imagemagick) before using this SDK.
You need install **[ImageMagick](https://github.com/imagemagick/imagemagick)** and **ffmpeg** before using this SDK.

Install Guide: https://docs.wand-py.org/en/0.6.12/guide/install.html

```shell
apt install ffmpeg
pip3 install telegram-sticker-utils
```

Expand Down

0 comments on commit 7e9b036

Please sign in to comment.