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

4
.gitignore vendored
View File

@ -1,4 +1,6 @@
__pycache__
venv
*.db
*.egg-info
*.egg-info
dist
build

View File

@ -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:
```