From 53a0b6c7888f96f79028d1588b3b332e85034eb9 Mon Sep 17 00:00:00 2001 From: Cotton Beckfield <6434246+cottonbeckfield@users.noreply.github.com> Date: Sun, 19 Jan 2020 20:38:36 -0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ce474a3..2a5a91b 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ The following modules are required: - Argparse (argparse) - YAML (pyyaml) -I've included a setup.py that will install these dependencies if you run: +I've included a setup.py that will install these dependencies if you have the **setuptools** python package and run: ```bash python setup.py install ```