extend depencies in instal.sh

This commit is contained in:
Andreas Zweili 2017-03-14 12:42:58 +01:00
parent 5d9a661796
commit 9c19ec21b2
2 changed files with 5 additions and 2 deletions

View File

@ -1,4 +1,5 @@
sudo apt-get install python3 python3-pip
sudo apt-get install python3 python3-pip qt5-default libqt5webkit5-dev\
build-essential xvfb libxml2-dev libxslt1-dev
python3 -m venv ../price_checker
source bin/activate
pip install -r requirements.txt
pip install -r requirements.txt

View File

@ -1,2 +1,4 @@
beautifulsoup4
requests
lxml
dryscrape