From 95aecc9c858991a33792279b335ae99b00d1f0d3 Mon Sep 17 00:00:00 2001 From: qqgg231 Date: Mon, 26 Nov 2018 01:00:31 +0100 Subject: [PATCH] added lxml and pytz dependencies --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index fb4c9a4..a692780 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,8 @@ wget https://bootstrap.pypa.io/get-pip.py sudo python3 get-pip.py # if you want to install these modules for an unprivileged user, add --user and remove "sudo"; # if you want to upgrade the versions already present in the system, also add --upgrade +sudo pip3 install lxml +sudo pip3 install pytz sudo pip3 install apscheduler sudo pip3 install requests sudo pip3 install sqlalchemy