Added additional dependencies to README.md

This commit is contained in:
jeancf 2020-03-28 11:47:53 +01:00
parent b1c9ec3811
commit d056497f65

View File

@ -64,7 +64,10 @@ Default min delay is 0 minutes.
Make sure python3 is installed.
Twoot depends on beautifulsoup4 and mastodon python module: `sudo pip install beautifulsoup4 Mastodon.py`
Twoot depends on beautifulsoup4 and mastodon python module. It also
requires m3u8 and ffmpeg-python.
pip install beautifulsoup4 Mastodon.py m3u8 ffmpeg-python
In your user folder, execute `git clone https://gitlab.com/jeancf/twoot.git`
to clone repo with twoot.py script.