Installation¶ Requirements¶ Python 3.8 or higher Jinja2 Installation Methods¶ pipuvDevelopment pip install promptstore uv pip install promptstore git clone https://github.com/lamalab/promptstore cd promptstore uv pip install -e ".[dev]" Verifying Installation¶ You can verify your installation by running: from promptstore import PromptStore print(PromptStore) # Should print the class location