From 41b65962ec66db8a1e6e846809cead6875d4ec52 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Sun, 22 Mar 2020 15:20:26 +0100 Subject: [PATCH] Add note --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 77b96f8..50122aa 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,8 @@ See the password-store under `autonomic-dokku` for your sudo password. ### Python +You only need to do this if you're working with Ansible vault (encrypting/decrypting new secrets). + ```bash $ python3 -m venv .venv $ source .venv/bin/activate