From 15dec56422ea61e43349ba1749e67840bd695ac9 Mon Sep 17 00:00:00 2001 From: Martin Ortbauer Date: Mon, 16 Dec 2019 11:17:08 +0100 Subject: [PATCH] document how to install via requirements.txt --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0e977fd..c0fd5d2 100644 --- a/README.md +++ b/README.md @@ -15,4 +15,5 @@ This script support migrating the following data: ## Usage Change items in the config section of the script. -Install all dependencies and use python3 to execute the script. +Install all dependencies via `python -m pip install -r requirements.txt` and +use python3 to execute the script.