A repository with runbooks for every role, operation, and set of tasks that need to be completed.
Start by cloning the repository and change directories to the cloned repository.
Execute the following commands:
python -m venv .venv
. ./.venv/bin/activate.ps1
pip install -r requirements.txt
You may need to Set-ExecutionPolicy -Bypass
.
Execute the following commands:
python -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
Execute the following commands:
uv venv
uv pip sync requirements.txt