This commit is contained in:
Luke Murphy 2020-03-22 15:20:26 +01:00
parent 9efee5a074
commit 41b65962ec
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 2 additions and 0 deletions

View File

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