updated README.md install command and gitignore

This commit is contained in:
Koen van Eijk 2024-06-06 09:54:25 +02:00
parent f6e15fcaa9
commit bcfebbd60d
2 changed files with 4 additions and 2 deletions

2
.gitignore vendored
View File

@ -2,3 +2,5 @@ __pycache__
venv venv
*.db *.db
*.egg-info *.egg-info
dist
build

View File

@ -77,7 +77,7 @@ We have exciting plans for OpenRecall's future, including:
To install: To install:
``` ```
pip install git+https://github.com/openrecall/openrecall.git pip install openrecall
``` ```
To run: To run:
``` ```