From daa7f1d21e3e177e371d2ebda87fb745c382b296 Mon Sep 17 00:00:00 2001 From: "Erik C. Thauvin" Date: Mon, 29 Apr 2019 21:07:28 -0700 Subject: [PATCH] Added setup section. --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3d02900..8e701c4 100644 --- a/README.md +++ b/README.md @@ -7,9 +7,17 @@ Python scripts (hook) to automate obtaining [Let's Encrypt](https://letsencrypt. using [Certbot](https://certbot.eff.org/) DNS-01 challenge validation for domains DNS hosted on [NameSilo](https://www.namesilo.com/). +## Setup + +The scrips use the [untangle](https://untangle.readthedocs.io/en/latest/) library, if not already installed on your system: + +``` +pip install untangle +``` + ## Configuration -Add you [NameSilo API key](https://www.namesilo.com/account_api.php) +Add your [NameSilo API key](https://www.namesilo.com/account_api.php) to the top of the `config.py` file: ```python