From bcfebbd60deb2418308ba80931227d05bd554090 Mon Sep 17 00:00:00 2001 From: Koen van Eijk Date: Thu, 6 Jun 2024 09:54:25 +0200 Subject: [PATCH] updated README.md install command and gitignore --- .gitignore | 4 +++- README.md | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 49684e2..32b378d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,6 @@ __pycache__ venv *.db -*.egg-info \ No newline at end of file +*.egg-info +dist +build \ No newline at end of file diff --git a/README.md b/README.md index efb6eb9..b5e28cd 100644 --- a/README.md +++ b/README.md @@ -77,7 +77,7 @@ We have exciting plans for OpenRecall's future, including: To install: ``` -pip install git+https://github.com/openrecall/openrecall.git +pip install openrecall ``` To run: ```