This repository has been archived on 2020-04-03. You can view files and clone it, but cannot push or open issues or pull requests.
price_checker/install.sh

6 lines
208 B
Bash
Raw Permalink Normal View History

2017-03-14 12:42:58 +01:00
sudo apt-get install python3 python3-pip qt5-default libqt5webkit5-dev\
build-essential xvfb libxml2-dev libxslt1-dev
2017-03-12 21:44:15 +01:00
python3 -m venv ../price_checker
source bin/activate
2017-03-14 12:42:58 +01:00
pip install -r requirements.txt