diff --git a/README.md b/README.md index f6a46e0..2b15854 100644 --- a/README.md +++ b/README.md @@ -5,4 +5,5 @@ reached it will send an email to a provided address. required packages: -- libxml2-dev libxslt1-dev +- python3 +- python3-pip diff --git a/install.sh b/install.sh index 05d95fe..c123a68 100755 --- a/install.sh +++ b/install.sh @@ -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