FAQ | This is a LIVE service | Changelog

Skip to content

Adds requirements.txt

This is used for the config diff to install the correct version of kayobe. It can also be useful for manual installation:

cd kayobe-config
python3 -m venv ~/venv-kayobe
source ~/venv-kayobe/bin/activate
pip install -e .

Merge request reports

Loading