Skip to content

Commit

Permalink
added missing requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
elblogbruno committed Sep 11, 2021
1 parent db43dbd commit d0e384a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,5 @@ Flask-Dropzone
flask-socketio
ExifRead
reverse_geocoder
PyExifTool
PyExifTool
Flask-Compress
4 changes: 2 additions & 2 deletions setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ echo "Installing necessary dependencies... (This could take a while)"
echo ""
echo "============================================================"
apt-get update
apt-get install -y python-pip git python3-pip python3.6
apt-get install -y python-pip git python3-pip python3.6 libpq-dev
echo "============================================================"
if [ "$?" = "1" ]
then
Expand Down Expand Up @@ -63,7 +63,7 @@ fi
echo "============================================================"
echo "Setup was successful."
echo "You can run 'python app.py ' to start the server!"
echo "Next steps are configuring the notion credentials!"
echo "Next steps are uploading your memories into wanderpi!"
echo "============================================================"

sleep 2
Expand Down

0 comments on commit d0e384a

Please sign in to comment.