diff --git a/README.md b/README.md index 217133083..c3a56925c 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,7 @@ Master and nodes must have passwordless SSH access First create a new directory based on the `sample` directory within the `inventory` directory: ```bash +pip install -r requirements.txt cp -R inventory/sample inventory/my-cluster ``` diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 000000000..45c1e038e --- /dev/null +++ b/requirements.txt @@ -0,0 +1 @@ +jmespath