This commit is contained in:
Koen van Eijk 2024-06-07 16:34:31 +02:00
commit bb1cfc51c5

View File

@ -74,10 +74,11 @@ We have exciting plans for OpenRecall's future, including:
### Prerequisites ### Prerequisites
- Python 3.11 - Python 3.11
- MacOSX/Windows/Linux - MacOSX/Windows/Linux
- Git
To install: To install:
``` ```
pip install openrecall pip install git+https://github.com/openrecall/openrecall.git
``` ```
To run: To run:
``` ```