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 .
GitLab has been upgraded. See what's new in the Changelog.
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 .