Updated dependencies

This commit is contained in:
jeancf 2022-11-03 17:00:12 +01:00
parent 10a329fdb1
commit 4328c5b3d4

View File

@ -90,11 +90,10 @@ Twoot depends on `beautifulsoup4` and `Mastodon.py` python modules.
**Only If you plan to download videos** with the `-v` switch, are the additional dependencies required: **Only If you plan to download videos** with the `-v` switch, are the additional dependencies required:
* Python modules `m3u8` and `ffmpeg-python` * Python module `youtube-dl2`
* [ffmpeg](https://ffmpeg.org/download.html) (installed with the package manager of your distribution)
```sh ```sh
pip install beautifulsoup4 Mastodon.py m3u8 ffmpeg-python pip install beautifulsoup4 Mastodon.py youtube-dl2
``` ```
In your user folder, execute `git clone https://gitlab.com/jeancf/twoot.git` In your user folder, execute `git clone https://gitlab.com/jeancf/twoot.git`