update install.sh

This commit is contained in:
Andreas Zweili 2017-03-12 22:33:01 +01:00
parent 0d50958df8
commit 7c674f1c4d
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
sudo apt-get install python3 python3-pip libxml2-dev libxslt1-dev zlib1g-dev
sudo apt-get install python3 python3-pip
python3 -m venv ../price_checker
source bin/activate
pip install lxml requests
pip install beautifulsoup4 requests