Build Documentation
How to build the Stream Libre documentation. Note: this isn’t documentation about how to build streaming software, this is documentation about how to build the present Stream Libre documenation.
Using Debian Stable (12/Bookworm).
Build from Source
Install this repo. Adapt to local Python setup, ala:
git clone --recursive https://spacecruft.org/deepcrayon/streamlibre
cd streamlibre/
pyenv local 3.11 # For example, if pyenv is used
python -m venv venv
source venv/bin/activate
pip install -U pip poetry
poetry install
poetry build # writes to dist/
make