document how to install via requirements.txt

This commit is contained in:
Martin Ortbauer 2019-12-16 11:17:08 +01:00
parent 9dbb8428ad
commit 15dec56422
1 changed files with 2 additions and 1 deletions

View File

@ -15,4 +15,5 @@ This script support migrating the following data:
## Usage ## Usage
Change items in the config section of the script. 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.