From b0ea9018885eb835370941f5f1de89898623c495 Mon Sep 17 00:00:00 2001 From: Cameron Brown Date: Mon, 18 Mar 2019 22:40:52 +0000 Subject: [PATCH] Update requirements.txt with new deps --- README.md | 1 + requirements.txt | 4 +--- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 86dc4c0..1de259b 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,7 @@ Find and view data about pets! * Network connection if geocoding enabled ### Installing dependencies +`sudo apt-get install python3 python3-pip` `pip3 install -r requirements.txt` ## Usage diff --git a/requirements.txt b/requirements.txt index f2a882a..63fd8cd 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,3 @@ -Flask -wikipedia +flask geocoder -unsplash sqlalchemy \ No newline at end of file