From 3d96b3ae63ae3498995c08f4a0262a5aab525116 Mon Sep 17 00:00:00 2001 From: Andreas Zweili Date: Mon, 13 Mar 2017 07:16:06 +0100 Subject: [PATCH] update the install scripts --- README.md | 3 ++- install.sh | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f6a46e0..2b15854 100644 --- a/README.md +++ b/README.md @@ -5,4 +5,5 @@ reached it will send an email to a provided address. required packages: -- libxml2-dev libxslt1-dev +- python3 +- python3-pip diff --git a/install.sh b/install.sh index 05d95fe..c123a68 100755 --- a/install.sh +++ b/install.sh @@ -1,4 +1,4 @@ sudo apt-get install python3 python3-pip python3 -m venv ../price_checker source bin/activate -pip install beautifulsoup4 requests +pip -r requirements.txt