Documentation

GitHub Mark

Installation

Perpetua can be installed in three ways:

Using GitHub

In your terminal, please run the following command:

git clone https://github.com/samikh-git/localrag.git

This 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 poetry

To do this, please run the following command:

poetry install

Using pip (recommended)

If you have pip installed, you can install Perpetua by running the following command:

pip install perpetua

Using Homebrew (recommended)

If you have Homebrew installed, you can install LocalRAG by running the following command:

brew tap samikh-git/tools
brew 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