Nutze requirements.txt für Abhängigkeiten

This commit is contained in:
Andreas Bielawski 2016-11-29 17:30:55 +01:00
parent 1a993d91ee
commit e84750f9c9
2 changed files with 5 additions and 5 deletions

View File

@ -3,11 +3,7 @@ RSS-Bot für Telegram
1. `git clone https://gitlab.com/iCON/rssbot` 1. `git clone https://gitlab.com/iCON/rssbot`
2. `sudo apt-get install python3 python3-pip` 2. `sudo apt-get install python3 python3-pip`
3. `sudo pip3 install ...` 3. `sudo pip3 install -r requirements.txt`
1. `python-telegram-bot`
2. `redis`
3. `feedparser`
4. `beautifulsoup4`
4. `cp config.ini.example config.ini` 4. `cp config.ini.example config.ini`
5. Bot-Token in `config.ini` einfügen 5. Bot-Token in `config.ini` einfügen
1. Weitere Einstellungen für Redis vornehmen, falls vom Standard abweicht 1. Weitere Einstellungen für Redis vornehmen, falls vom Standard abweicht

4
requirements.txt Normal file
View File

@ -0,0 +1,4 @@
beautifulsoup4
feedparser
python-telegram-bot
redis