From f07ca63b91b689b4a70fa58bf9ea05c2b1808b40 Mon Sep 17 00:00:00 2001 From: Richard Mwewa <74001397+rly0nheart@users.noreply.github.com> Date: Thu, 2 Feb 2023 14:15:21 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 19d9721..151e9fe 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,8 @@ ## Installation This Python application can be installed from PyPI using pip, and can also be built into a Docker image -### Install from PyPI -`pip3 install instagram-location-search` +### Install with Pip +`pip3 install git+https://github.com/bellingcat/instagram-location-search` ### Build Docker image `docker build instagram-location-search .`