From 0fc8697dfe26c931a7b778632adf9351cf0fc6cb Mon Sep 17 00:00:00 2001 From: Kuninori Morimoto Date: Fri, 8 Mar 2019 16:15:18 +0900 Subject: README.md: add how to install python yaml package Signed-off-by: Kuninori Morimoto --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 1df41ba..6779f92 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,12 @@ developed to aid the creation and manipulation of the data sources. ## How to use ? You can check project via ject command. +You need to install python-yaml package. If you are using ubuntu, it will be + + > sudo apt install python3-pip + > sudo pip3 install --upgrade pip + > sudo pip3 install pyyaml + You need to have **.config** file. You can copy sample .config, and edit it `cp .config.sample .config` -- cgit v1.2.3