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