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
2017-03-12 21:44:15 +01:00

5 lines
133 B
Bash
Executable File

sudo apt-get install python3 libxml2-dev libxslt1-dev
python3 -m venv ../price_checker
source bin/activate
pip install lxml requests