update the install scripts

This commit is contained in:
Andreas Zweili 2017-03-13 07:16:06 +01:00
parent 7c674f1c4d
commit 3d96b3ae63
2 changed files with 3 additions and 2 deletions

View File

@ -5,4 +5,5 @@ reached it will send an email to a provided address.
required packages:
- libxml2-dev libxslt1-dev
- python3
- python3-pip

View File

@ -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