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 .
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 .