From 07a33f1ee48ef35a56ec187f780c64571eea70bd Mon Sep 17 00:00:00 2001 From: Koen van Eijk Date: Sun, 9 Jun 2024 23:17:26 +0200 Subject: [PATCH] updated install instructions --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8602c3e..859bac3 100644 --- a/README.md +++ b/README.md @@ -70,7 +70,7 @@ OpenRecall offers several key advantages over closed-source alternatives: To install: ``` -pip install --upgrade --no-cache-dir git+https://github.com/openrecall/openrecall.git +python3 -m pip install --upgrade --no-cache-dir git+https://github.com/openrecall/openrecall.git ``` To run: