Perpetua can be installed in three ways:
In your terminal, please run the following command:
git clone https://github.com/samikh-git/localrag.gitThis will clone a repository to your local machine called "local rag". In it, you will find a subdirectory called "localrag". Please nagivate to that directory and use poetry to install the dependencies.
Hint:
To install poetry, please run the following command:
pipx install poetryTo do this, please run the following command:
poetry installIf you have pip installed, you can install Perpetua by running the following command:
pip install perpetuaIf you have Homebrew installed, you can install LocalRAG by running the following command:
brew tap samikh-git/toolsbrew install localrag
This will install the LocalRAG CLI tool. You can now run its commands by typing:
localrag config You now have the project installed. You should now have your project running as a CLI tool!
Simply run its commands by typing:
localrag config