Skip to content

Install

Requirements

  • Python 3.10+

Install From PyPI

pip install lore-book

If your Scoop bucket is published, this is the cleanest Windows package-manager install:

scoop bucket add cptplastic https://github.com/CptPlastic/scoop-lore-book
scoop install lore-book

Until that bucket is live, use pipx:

py -m pip install --user pipx
py -m pipx ensurepath
pipx install lore-book

If you are installing from this repository:

powershell -ExecutionPolicy Bypass -File .\scripts\install_windows.ps1

Local Development Install

pip install -e .

Optional Semantic Search Dependencies

pip install "lore-book[semantic]"
lore setup semantic