Installation#

As of now, the package is not available via conda. You can install spectre by downloading it from the repository and using pip or uv.

For instance:

git clone https://codeberg.org/jkrd/spectre/
cd spectre
pip install -e .

You can also use uv:

uv venv
source .venv/bin/activate
uv pip install -e .