From 3bb1b65e014791b63492d2d493df17448c682f62 Mon Sep 17 00:00:00 2001 From: Koen van Eijk <33032220+koenvaneijk@users.noreply.github.com> Date: Fri, 7 Jun 2024 16:08:23 +0200 Subject: [PATCH 1/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b5e28cd..efb6eb9 100644 --- a/README.md +++ b/README.md @@ -77,7 +77,7 @@ We have exciting plans for OpenRecall's future, including: To install: ``` -pip install openrecall +pip install git+https://github.com/openrecall/openrecall.git ``` To run: ``` From 8741c268ee9522f629931ba0793ca60574a87ed7 Mon Sep 17 00:00:00 2001 From: Koen van Eijk <33032220+koenvaneijk@users.noreply.github.com> Date: Fri, 7 Jun 2024 16:10:09 +0200 Subject: [PATCH 2/2] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index efb6eb9..2a4cf79 100644 --- a/README.md +++ b/README.md @@ -74,6 +74,7 @@ We have exciting plans for OpenRecall's future, including: ### Prerequisites - Python 3.11 - MacOSX/Windows/Linux +- Git To install: ```