Updating will now install newly added dependencies

This commit is contained in:
Ace 2019-03-12 17:33:33 +01:00 committed by GitHub
parent 102578b462
commit a4b0dfd602
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -133,6 +133,12 @@ stderr_logfile_maxbytes = 1MB
EOF
sudo service supervisor start E-Paper
# Installing some new dependencies
echo "Installing some new dependencies"
sudo apt-get install python-numpy -y
sudo pip3 install feedparser
pip3 install feedparser
echo ""
# Final words