From e84750f9c9c4a69de0573b7ad07157a443afc4be Mon Sep 17 00:00:00 2001 From: Andreas Bielawski Date: Tue, 29 Nov 2016 17:30:55 +0100 Subject: [PATCH] =?UTF-8?q?Nutze=20requirements.txt=20f=C3=BCr=20Abh=C3=A4?= =?UTF-8?q?ngigkeiten?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 6 +----- requirements.txt | 4 ++++ 2 files changed, 5 insertions(+), 5 deletions(-) create mode 100644 requirements.txt diff --git a/README.md b/README.md index 3cc73d2..25f6d6b 100644 --- a/README.md +++ b/README.md @@ -3,11 +3,7 @@ RSS-Bot für Telegram 1. `git clone https://gitlab.com/iCON/rssbot` 2. `sudo apt-get install python3 python3-pip` -3. `sudo pip3 install ...` - 1. `python-telegram-bot` - 2. `redis` - 3. `feedparser` - 4. `beautifulsoup4` +3. `sudo pip3 install -r requirements.txt` 4. `cp config.ini.example config.ini` 5. Bot-Token in `config.ini` einfügen 1. Weitere Einstellungen für Redis vornehmen, falls vom Standard abweicht diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..d5ba097 --- /dev/null +++ b/requirements.txt @@ -0,0 +1,4 @@ +beautifulsoup4 +feedparser +python-telegram-bot +redis \ No newline at end of file