Updating will now install newly added dependencies
This commit is contained in:
parent
102578b462
commit
a4b0dfd602
@ -133,6 +133,12 @@ stderr_logfile_maxbytes = 1MB
|
|||||||
EOF
|
EOF
|
||||||
|
|
||||||
sudo service supervisor start E-Paper
|
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 ""
|
echo ""
|
||||||
|
|
||||||
# Final words
|
# Final words
|
||||||
|
Loading…
Reference in New Issue
Block a user