From a29f91c27069adeaa06487cec86cf23dd1641949 Mon Sep 17 00:00:00 2001 From: Tokariew Date: Wed, 3 Jun 2020 18:20:17 +0200 Subject: [PATCH] Add missing pip packages --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1320e5e..41a678d 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ Python in version 3.6 of higher, accesible in command line Script require few additional non-standard packages. Install them with ``` -pip install termcolor python-dateutil python-dateutil +pip install termcolor python-dateutil python-dateutil ruamel.yaml ```